-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 951 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": "cabra",
"version": "0.1.0",
"private": true,
"homepage": "http://cryptoartbr.github.io/expo2021-front",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"storybook": "start-storybook -s ./public -p 6006",
"build-storybook": "build-storybook -s ./public",
"deploy-storybook": "build-storybook -s ./public && gh-pages -d storybook-static && rm -rf storybook-static"
},
"dependencies": {
"axios": "^0.21.1",
"next": "10.1.3",
"react": "17.0.2",
"react-cookie": "^4.0.3",
"react-dom": "17.0.2",
"three": "^0.127.0"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-essentials": "^6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/react": "^6.2.9",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.4",
"gh-pages": "^3.2.0",
"style-loader": "^2.0.0"
}
}