-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1 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
{
"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": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"prepublishOnly": "node ./node_modules/sm-commons/scripts/bundle",
"slicemachine": "start-slicemachine --port 9999",
"storybook": "start-storybook -p 8888",
"build-storybook": "build-storybook"
},
"dependencies": {
"@prismicio/client": "^4.0.0",
"js-cookie": "^2.2.1",
"next": "^10.0.8",
"next-slicezone": "^0.1.0",
"next-transpile-modules": "^6.1.0",
"prismic-reactjs": "^1.3.3",
"react": "16.14.0",
"react-dom": "16.14.0"
},
"devDependencies": {
"@storybook/react": "6.1.21",
"babel-loader": "^8.2.2",
"babel-plugin-react-require": "^3.1.3",
"shx": "^0.3.3",
"slice-machine-ui": "^0.1.0-beta.2",
"sm-commons": "^0.0.23"
}
}