-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.93 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
{
"name": "clapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --exec babel-node server --stage 2",
"build": "webpack",
"dev": "webpack-dev-server --devtool eval --progress --colors --hot --content-base build/"
},
"repository": {
"type": "git",
"url": "[email protected]:jhanink/clapi.git"
},
"author": "Joe Hanink",
"license": "ISC",
"dependencies": {
"alt": "^0.17.1",
"async": "^1.4.0",
"babel-runtime": "^6.3.19",
"color": "^0.10.1",
"cookies-js": "^1.2.1",
"css": "^2.2.1",
"css-loader": "^0.15.6",
"csvtojson": "^0.4.2",
"deep-extend": "^0.4.0",
"ejs": "^2.3.3",
"es6-promise": "^2.3.0",
"express": "^4.13.3",
"file-loader": "^0.8.4",
"http-proxy": "^1.11.1",
"iso": "^4.1.0",
"isomorphic-fetch": "^2.1.1",
"jquery": "^2.1.4",
"json-loader": "^0.5.2",
"line-reader": "^0.2.4",
"lodash": "^3.10.1",
"material-ui": "^0.14.2",
"node-cache": "^3.0.0",
"node-jsx": "^0.13.3",
"node-libs-browser": "^0.5.2",
"prettyjson": "^1.1.2",
"q": "^1.4.1",
"radium": "^0.13.7",
"raw-loader": "^0.5.1",
"react": "^0.14.0",
"react-dom": "^0.14.6",
"react-json-inspector": "*",
"react-router": "^0.13.3",
"react-tap-event-plugin": "*",
"request": "^2.60.0",
"strip-ansi": "^3.0.0",
"url-loader": "^0.5.6",
"webpack": "^1.11.0",
"webpack-dev-server": "^1.10.1",
"webpack-stats-plugin": "0.1.0",
"yargs": "^3.18.0"
},
"devDependencies": {
"babel": "*",
"babel-core": "*",
"react-hot-loader": "^1.2.8",
"babel-cli": "*",
"babel-plugin-check-es2015-constants": "*",
"babel-plugin-transform-es2015-arrow-functions": "*",
"babel-plugin-transform-es2015-block-scoping": "*",
"babel-preset-es2015": "*",
"babel-preset-stage-2": "*"
}
}