-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
{
"name": "glenpadua.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"deploy-storybook": "storybook-to-ghpages",
"slicemachine": "start-slicemachine"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@prismicio/client": "^6.6.1",
"@prismicio/helpers": "^2.3.2",
"@prismicio/next": "^0.1.3",
"@prismicio/react": "^2.4.2",
"@prismicio/slice-simulator-react": "^0.2.2",
"date-fns": "^2.16.1",
"disqus-react": "^1.0.10",
"framer-motion": "^2.6.2",
"graphql": "^15.3.0",
"next": "12",
"nprogress": "^0.2.0",
"prismic-javascript": "^3.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga": "^3.3.0",
"react-icons": "^3.11.0",
"styled-components": "^5.1.1"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/react": "^6.5.12",
"babel-loader": "^8.1.0",
"babel-plugin-styled-components": "^1.11.1",
"react-is": "^16.13.1",
"slice-machine-ui": "^0.4.0",
"yarn-audit-fix": "^9.3.6"
}
}