-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.3 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.3 KB
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
{
"name": "@reeecem/blurb",
"description": "Next.js Prismic.io SliceMachine library, basic parts for a simple landing page",
"author": {
"name": "ReeceM",
"email": "reecestevenmay@gmail.com",
"url": "https://reecemay.me"
},
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"slicemachine": "start-slicemachine --port 9999",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@storybook/addon-info": "^5.3.21",
"@storybook/react": "^6.1.15",
"next": "10.0.5",
"next-slicezone": "^0.0.12",
"next-transpile-modules": "^6.1.0",
"prismic-javascript": "^3.0.2",
"prismic-reactjs": "^1.3.3",
"prop-types": "^15.7.2",
"react": "17.0.1",
"react-collapse": "^5.1.0",
"react-dom": "17.0.1",
"storybook": "^6.1.15",
"swiper": "^6.4.15",
"theme-ui": "^0.3.5"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@storybook/addon-actions": "^6.1.15",
"@storybook/addon-essentials": "^6.1.15",
"@storybook/addon-links": "^6.1.15",
"babel-loader": "^8.2.2",
"lodash": "^4.17.21",
"shx": "^0.3.3",
"slice-machine-ui": "^0.0.44",
"sm-commons": "^0.0.23"
}
}