-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 952 Bytes
/
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
{
"name": "slice-library-starter-next",
"version": "0.0.0",
"description": "An awesome Slice Library made with Next.js",
"author": "<author>",
"license": "MIT",
"main": "slices/index.js",
"scripts": {
"next:dev": "next dev",
"next:build": "next build",
"next:start": "next start",
"next:export": "next export",
"build": "yarn build-storybook && shx mv storybook-static out",
"prepublishOnly": "node ./node_modules/sm-commons/scripts/bundle",
"prismic": "prismic",
"slicemachine": "start-slicemachine --port 9999"
},
"dependencies": {
"next": "^10.0.0",
"next-slicezone": "^0.0.10",
"next-transpile-modules": "^4.1.0",
"prismic-javascript": "^3.0.2",
"prismic-reactjs": "^1.3.3",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"prismic-cli": "3.8.3-beta.0",
"shx": "^0.3.3",
"slice-machine-ui": "^0.0.38",
"sm-commons": "^0.0.23"
}
}