-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
72 lines (72 loc) · 1.72 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "wonderstudio",
"version": "1.0.0",
"description": "Describe wonderstudio here",
"private": true,
"standard": {
"globals": [
"assert",
"before",
"beforeEach",
"describe",
"it",
"xdescribe",
"xit"
],
"parser": "babel-eslint"
},
"scripts": {
"build": "nwb build",
"clean": "nwb clean",
"start": "nwb serve --fallback",
"test": "nwb test --coverage"
},
"dependencies": {
"babel-polyfill": "^6.5.0",
"babel-standalone": "^6.4.4",
"bson-objectid": "^1.1.4",
"classnames": "^2.2.3",
"codemirror": "^5.12.0",
"fg-loadcss": "^1.0.0-0",
"firebase": "^2.4.1",
"material-ui": "^0.14.4",
"normalize.css": "^3.0.3",
"react": "0.14.x",
"react-dnd": "^2.1.2",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "0.14.x",
"react-fa": "^4.0.0",
"react-portal": "^2.0.0",
"react-router": "^2.0.0",
"react-tap-event-plugin": "^0.2.2",
"recompose": "^0.15.0",
"redux": "^3.3.1",
"reselect": "^2.0.3",
"rx": "^4.0.8",
"tern": "^0.17.0",
"updeep": "^0.13.0",
"whatwg-fetch": "^0.11.0"
},
"devDependencies": {
"babel-plugin-espower": "^1.1.0",
"bundle-loader": "^0.5.4",
"imports-loader": "^0.6.5",
"json-loader": "^0.5.4",
"karma-growl-reporter": "^0.1.1",
"nwb": "0.7.x",
"nwb-stylus": "^0.5.0",
"power-assert": "^1.2.0",
"raw-loader": "^0.5.1",
"react-addons-perf": "^0.14.7",
"react-proxy-loader": "^0.3.4",
"ride": "^0.1.0",
"script-loader": "^0.6.1",
"standard": "^6.0.7",
"style-loader": "^0.13.0",
"worker-loader": "^0.7.0",
"yaml-loader": "^0.1.0"
},
"author": "",
"license": "MIT",
"repository": ""
}