-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 975 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 975 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
33
34
35
36
37
{
"name": "ethereum-pixels-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"classnames": "^2.2.5",
"immutable": "^3.8.1",
"jimp": "^0.2.28",
"keycode": "^2.1.9",
"minimist": "^1.2.0",
"react": "^15.6.1",
"react-addons-css-transition-group": "^15.6.0",
"react-bootstrap": "^0.31.0",
"react-color": "^2.13.1",
"react-dom": "^15.6.1",
"react-notification": "^6.7.1",
"react-redux": "^5.0.5",
"redux": "^3.7.0",
"web3": "^0.19.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"flow-bin": "^0.48.0",
"react-scripts": "1.0.7",
"redux-devtools": "^3.4.0"
},
"scripts": {
"upload": "node src/scripts/uploader",
"download": "node src/scripts/download",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"flow": "flow"
}
}