-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 857 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 857 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
{
"name": "react-solitaire",
"version": "0.0.1",
"scripts": {
"start": "babel-node server.js",
"build": "rm -rf build && PRODUCTION=1 webpack -p",
"publish": "./publish.sh"
},
"private": true,
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"file-loader": "^0.8.4",
"html-webpack-plugin": "^1.6.1",
"json-loader": "^0.5.3",
"svgo": "^0.5.6",
"svgo-loader": "^1.1.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
},
"dependencies": {
"fbjs": "^0.2.1",
"invariant": "^2.1.1",
"lodash": "^3.10.1",
"radium": "^0.14.1",
"react": "^0.14.0",
"react-dnd": "^1.1.8",
"react-dom": "^0.14.0",
"react-redux": "^3.1.0",
"react-tap-event-plugin": "^0.2.0",
"redux": "^3.0.2"
}
}