-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.4 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
{
"name": "next-netlify",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@netlify/functions": "^1.0.0",
"@tailwindui/react": "^0.1.1",
"@tiptap/extension-bubble-menu": "^2.0.0-beta.56",
"@tiptap/react": "^2.0.0-beta.109",
"@tiptap/starter-kit": "^2.0.0-beta.185",
"aws-sdk": "^2.1145.0",
"date-fns": "^2.28.0",
"html-react-parser": "^1.4.13",
"mongodb": "^4.6.0",
"netlify-identity-widget": "^1.9.2",
"next": "^12.1.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-hook-form": "^7.31.3",
"react-spring": "^9.4.5",
"react-toastify": "^9.0.1",
"rooks": "^5.11.2",
"slugify": "^1.6.5",
"typewriter-effect": "^2.18.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.7.1",
"@types/netlify-identity-widget": "^1.9.3",
"@types/node": "^17.0.36",
"@types/react": "^18.0.9",
"@types/react-slick": "^0.23.8",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.16.0",
"eslint-config-next": "^12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-prettier": "^4.0.0",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.24",
"typescript": "^4.7.2"
}
}