-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 965 Bytes
/
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
{
"name": "the-graph-editor",
"version": "1.0.0",
"description": "Describe the-graph-editor here",
"private": true,
"scripts": {
"build": "nwb build-react-app",
"clean": "nwb clean-app",
"start": "nwb serve-react-app",
"test": "nwb test",
"test:coverage": "nwb test --coverage",
"test:watch": "nwb test --server"
},
"dependencies": {
"file-loader": "^0.9.0",
"font-awesome-webpack": "0.0.4",
"klayjs": "^0.4.1",
"less": "^2.7.1",
"material-ui": "^0.15.4",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-tap-event-plugin": "^1.0.0",
"the-graph": "github:psichi/the-graph",
"tv4": "^1.2.7",
"url-loader": "^0.5.7"
},
"devDependencies": {
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-preset-stage-0": "^6.5.0",
"nwb": "0.12.x"
},
"author": "",
"license": "MIT",
"repository": ""
}