-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.44 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.44 KB
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
{
"name": "static_server",
"version": "1.0.0",
"description": "Static http server and client-side javascript for cloudy time machine.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build-prod": "webpack",
"dev": "webpack-dev-server --content-base public --history-api-fallback --define apiForwardingUrl='\"http://localhost:3001\"'",
"test": "mocha test/helpers/browser.js $(find test -name '*.js')"
},
"dependencies": {
"body-parser": "^1.15.2",
"dnscache": "0.0.4",
"express": "^4.14.0",
"http-proxy": "^1.14.0",
"moment": "^2.14.1",
"morgan": "^1.7.0",
"nuka-carousel": "^2.0.3",
"react-bootstrap": "^0.30.3",
"react-router": "^2.8.1",
"react-router-bootstrap": "^0.23.1",
"shelljs": "^0.7.3",
"superagent": "^2.3.0"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-register": "^6.14.0",
"babel-runtime": "^6.11.6",
"chai": "^3.5.0",
"enzyme": "^2.4.1",
"jsdom": "^9.5.0",
"json-loader": "^0.5.4",
"k8s-scripts": "^3.0.0",
"mocha": "^3.0.2",
"react": "^15.3.0",
"react-addons-test-utils": "^15.3.1",
"react-dom": "^15.3.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.0"
},
"author": "Eric Hole",
"license": "MIT",
"repository": {
"url": "https://github.com/cloudytimemachine/frontend"
}
}