-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.28 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.28 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
{
"name": "accessmaplite",
"version": "1.0.0",
"description": "AccessMapLite web application",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-dev": "webpack -w",
"build-prod": "webpack -p",
"dev": "npm run build-dev & npm run app",
"prod": "npm run build-prod & npm run app",
"app": "node server.js"
},
"author": "Yina Zhu",
"license": "ISC",
"dependencies": {
"debug": "~2.2.0",
"body-parser": "^1.16.1",
"express": "^4.14.0",
"sequelize": "^3.30.2",
"path": "^0.12.7",
"pug": "^2.0.0-beta11",
"request": "^2.29.0",
"morgan": "~1.6.1",
"pg": "^6.1.4"
},
"devDependencies": {
"imports-loader": "^0.6.5",
"jquery": "^2.2.4",
"json-loader": "^0.5.4",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-flow-strip-types": "^6.18.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.22.0",
"bootstrap-slider": "^9.7.1",
"brfs": "^1.4.3",
"chroma-js": "^1.1.1",
"css-loader": "^0.23.1",
"mapbox": "^1.0.0-beta5",
"mapbox-gl": "^0.32.1",
"style-loader": "^0.13.1",
"transform-loader": "^0.2.3",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webworkify-webpack": "1.0.6"
}
}