-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.69 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.69 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
51
52
53
54
55
56
57
58
{
"name": "clear-sky-app",
"version": "1.0.0",
"description": "An interactive app for checking astronomical observing conditions.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "budo --live --verbose --port 3000",
"build": "webpack --config ./webpack.config.js --watch",
"start-watch": "nodemon server/index.js --watch server",
"start-dev": "cross-env NODE_ENV=development npm run start-watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clairefreehafer/clear-sky-app.git"
},
"author": "Claire Freehafer",
"license": "ISC",
"bugs": {
"url": "https://github.com/clairefreehafer/clear-sky-app/issues"
},
"homepage": "https://github.com/clairefreehafer/clear-sky-app#readme",
"dependencies": {
"axios": "^0.15.3",
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"bootstrap-select": "^1.12.2",
"d3": "^4.7.2",
"d3-tip": "^0.7.1",
"express": "^4.15.2",
"lodash": "^4.17.4",
"osmosis": "^1.1.2",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-router": "^4.1.1",
"request": "^2.81.0",
"request-promise": "^4.1.1",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.1"
},
"devDependencies": {
"bootstrap": "^3.3.7",
"browser-sync": "^2.13.0",
"budo": "^7.0.0",
"font-awesome": "^4.6.3",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.10",
"gulp-header": "^1.8.7",
"gulp-less": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"jquery": "^1.11.3",
"webpack": "^2.2.1"
}
}