-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.23 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
{
"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",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine",
"format": "prettier --write ."
},
"dependencies": {
"@prismicio/client": "^6.6.1",
"@prismicio/helpers": "^2.3.1",
"@prismicio/next": "^0.1.3",
"@prismicio/react": "^2.4.2",
"@prismicio/slice-simulator-react": "^0.2.2",
"clsx": "^1.1.1",
"next": "12.1.6",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@prismicio/types": "^0.1.29",
"@tailwindcss/aspect-ratio": "^0.4.0",
"autoprefixer": "^10.4.7",
"concurrently": "^7.2.2",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"node-fetch": "^2.6.7",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.11",
"prismic-ts-codegen": "^0.0.6",
"slice-machine-ui": "^0.4.0",
"tailwindcss": "^3.1.4"
}
}