forked from HeathWallace/coinface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 806 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
{
"name": "ethereum-pos",
"version": "0.1.0",
"private": true,
"dependencies": {
"flux-standard-action": "^2.0.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-scripts": "1.1.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"superstruct": "^0.5.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "eslint --ignore-path .gitignore .",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 3000 -c .storybook"
},
"devDependencies": {
"@storybook/addon-info": "^3.3.11",
"@storybook/react": "^3.3.11",
"eslint": "^4.16.0",
"redux-devtools": "^3.4.1",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^1.4.0"
}
}