forked from helloGov/webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.91 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
{
"name": "singleAction",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"start-dev": "nodemon index.js",
"build": "npm run build-css && npm run build-js",
"build-css": "NODE_ENV=production sass public/scss/styles.scss public/build/css/styles.css",
"build-js": "NODE_ENV=production webpack",
"lint": "eslint -c .eslintrc.js --fix ."
},
"author": "",
"license": "ISC",
"dependencies": {
"angular": "^1.6.4",
"body-parser": "^1.15.2",
"clipboard": "^1.6.0",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"express-http-proxy": "^0.11.0",
"express-session": "^1.14.2",
"handlebars": "^4.0.6",
"hbs": "^4.0.1",
"install": "^0.8.2",
"ipware": "^1.0.0",
"mongoose": "^4.7.6",
"ng-map-autocomplete": "0.0.1",
"ngclipboard": "^1.1.1",
"npm": "^4.0.3",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"request": "^2.79.0",
"serve-favicon": "^2.3.2",
"shortid": "^2.2.6",
"start": "^4.0.2",
"sunlight-congress-api": "^0.3.1",
"ua-parser": "^0.3.5"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.3.2",
"clean-webpack-plugin": "^0.1.16",
"eslint": "^3.18.0",
"eslint-config-standard": "^7.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"html-loader": "^0.4.5",
"ng-annotate-webpack-plugin": "^0.2.1-pre",
"node-sass-middleware": "^0.11.0",
"nodemon": "^1.11.0",
"uglifyjs-webpack-plugin": "^0.4.1",
"webpack": "^2.3.2",
"webpack-dev-middleware": "^1.10.1"
}
}