-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.42 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "website",
"version": "0.1.0",
"author": "Deniz Aksu <daksu30@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"@formkit/auto-animate": "1.0.0-beta.1",
"@mdx-js/loader": "^2.1.1",
"@next/mdx": "^12.1.5",
"@notionhq/client": "^1.0.4",
"@tailwindcss/typography": "^0.5.2",
"classnames": "^2.3.1",
"date-fns": "^2.29.2",
"dotenv": "^16.0.0",
"framer-motion": "^6.3.16",
"lodash": "^4.17.21",
"lodash.groupby": "^4.6.0",
"ms": "^2.1.3",
"nanoid": "^4.0.0",
"next": "^13.0.0",
"next-themes": "^0.1.1",
"nextjs-progressbar": "^0.0.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"use-http": "^1.0.26"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "^14.2.1",
"@types/node": "17.0.21",
"@types/react": "17.0.41",
"autoprefixer": "^10.4.4",
"eslint": "8.11.0",
"eslint-config-next": "^13.0.0",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"postcss": "^8.4.12",
"prettier": "^2.8.0",
"prettier-plugin-tailwindcss": "^0.2.0",
"tailwindcss": "^3.0.23",
"typescript": "4.6.2"
}
}