-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "ethertens",
"version": "0.1.0",
"private": true,
"dependencies": {
"moment": "^2.20.1",
"react": "^16.2.0",
"react-blockies": "^1.2.2",
"react-content-loader": "^3.0.2",
"react-dom": "^16.2.0",
"react-scripts": "1.1.1",
"react-transition-group": "^2.2.1",
"styled-components": "^3.1.6",
"styled-transition-group": "^1.0.0-rc.3",
"web3": "^1.0.0-beta.29"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"flow": "flow",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"devDependencies": {
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"flow": "^0.2.3",
"flow-bin": "^0.66.0",
"@storybook/react": "^3.3.14",
"@storybook/addon-actions": "^3.3.14",
"@storybook/addon-links": "^3.3.14",
"@storybook/addons": "^3.3.14",
"babel-core": "^6.26.0"
}
}