-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 907 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 907 Bytes
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
{
"name": "masterwallet-pro",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-fullpage": "^0.1.18",
"react-redux": "^6.0.0",
"react-router": "^4.3.1",
"react-router-redux": "^4.0.8",
"styled-components": "^4.0.0"
},
"devDependencies": {
"cross-env": "^5.2.0",
"react-scripts": "^2.1.2",
"@storybook/react": "^4.1.4",
"@storybook/addon-actions": "^4.1.4",
"@storybook/addon-links": "^4.1.4",
"@storybook/addons": "^4.1.4",
"@babel/core": "^7.2.2",
"babel-loader": "^8.0.5"
},
"scripts": {
"start": "cross-env PORT=4090 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
}
}