generated from leovargasdev/template-nextjs
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
63 lines (63 loc) · 1.84 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
55
56
57
58
59
60
61
62
63
{
"name": "nextjs-boilerplate",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine",
"postbuild": "next-sitemap"
},
"dependencies": {
"@hookform/resolvers": "^2.9.7",
"@prismicio/client": "^6.7.0",
"@prismicio/helpers": "^2.3.3",
"@prismicio/next": "^0.1.3",
"@prismicio/react": "^2.5.0",
"@prismicio/slice-simulator-react": "^0.2.2",
"@radix-ui/react-accordion": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^1.0.0",
"@radix-ui/react-toast": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.0",
"chroma-js": "^2.4.2",
"date-fns": "^2.29.1",
"mongodb": "^4.8.1",
"mongoose": "^6.5.0",
"next": "12.2.3",
"next-auth": "^4.10.3",
"node-html-parser": "^5.4.2-0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.34.0",
"react-icons": "^4.4.0",
"sass": "^1.54.0",
"zod": "^3.17.10"
},
"devDependencies": {
"@types/chroma-js": "^2.1.4",
"@types/date-fns": "^2.6.0",
"@types/mongoose": "^5.11.97",
"@types/node": "18.6.3",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.0.1",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-standard": "^5.0.0",
"next-sitemap": "^3.1.32",
"prettier": "^2.7.1",
"slice-machine-ui": "^0.4.2",
"typescript": "4.7.4"
}
}