-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.17 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
64
{
"name": "nextjs-starter-prismic-multi-page",
"version": "0.0.0",
"private": true,
"license": "Apache-2.0",
"author": "Prismic <[email protected]> (https://prismic.io)",
"scripts": {
"dev": "concurrently \"npm:next:dev\" \"npm:slicemachine\" --names \"next,slicemachine\" --prefix-colors blue,magenta",
"next:dev": "next",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine",
"format": "prettier --write ."
},
"dependencies": {
"@emotion/css": "^11.10.0",
"@emotion/react": "^11.10.0",
"@hookform/resolvers": "^2.9.8",
"@prismicio/client": "^6.6.3",
"@prismicio/helpers": "^2.3.2",
"@prismicio/next": "^0.1.3",
"@prismicio/react": "^2.4.4",
"@prismicio/slice-simulator-react": "^0.2.2",
"clsx": "^1.2.1",
"framer-motion": "^7.2.0",
"next": "12.2.4",
"next-seo": "^5.5.0",
"next-sitemap": "^3.1.29",
"nodemailer": "^6.8.0",
"nuka-carousel": "^5.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-form-stepper": "^2.0.3",
"react-hook-form": "^7.35.0",
"react-icons": "^4.4.0",
"react-images": "^1.2.0-beta.7",
"react-intersection-observer": "^9.4.0",
"react-responsive": "^9.0.0",
"react-toastify": "^9.0.8",
"sass": "^1.54.4",
"yup": "^0.32.11"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.3.1",
"@prismicio/types": "^0.2.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@types/nodemailer": "^6.4.6",
"autoprefixer": "^10.4.8",
"concurrently": "^7.3.0",
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"node-fetch": "^3.2.10",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"prismic-ts-codegen": "^0.1.1",
"slice-machine-ui": "^0.5.0",
"tailwindcss": "^3.1.8"
}
}