-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 765 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 765 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
{
"name": "react-mines",
"version": "1.0.0",
"private": true,
"homepage": "http://ryanwhite04.github.io/react-mines",
"devDependencies": {
"gh-pages": "^0.11.0",
"react-scripts": "0.7.0"
},
"dependencies": {
"color": "^0.11.4",
"immutability-helper": "^2.0.0",
"material-ui": "^0.16.1",
"radium": "^0.18.1",
"react": "^15.3.2",
"react-addons-css-transition-group": "^15.4.1",
"react-dom": "^15.3.2",
"react-keydown": "^1.6.5",
"react-tap-event-plugin": "^2.0.1",
"react-toolbox": "^1.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "gh-pages -d build"
}
}