-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 844 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 844 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
{
"name": "react-perf",
"version": "1.0.0",
"description": "Describe react-perf here",
"private": true,
"scripts": {
"build": "nwb build",
"clean": "nwb clean",
"start": "nwb serve",
"test": "nwb test",
"test:watch": "nwb test --server"
},
"dependencies": {
"debug": "^2.2.0",
"immutable": "^3.7.6",
"lodash.assign": "^4.0.6",
"react": "0.14.x",
"react-addons-perf": "^0.14.7",
"react-addons-shallow-compare": "^0.14.7",
"react-animate": "^3.0.0",
"react-dom": "0.14.x",
"react-redux": "^4.4.1",
"react-router": "^2.0.1",
"react-web-animation": "0.0.9",
"redux": "^3.3.1",
"redux-thunk": "^2.0.1",
"shortid": "^2.2.4",
"snabbt.js": "^0.6.4"
},
"devDependencies": {
"nwb": "0.8.x"
},
"author": "",
"license": "MIT",
"repository": ""
}