-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.08 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.08 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "elections",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "sh bin/start.sh",
"postinstall": "webpack --config webpack.prod.js",
"prestart": "node ./bin/install",
"test": "mocha",
"coverage": "istanbul cover _mocha -- -R spec",
"build": "webpack --config webpack.prod.js"
},
"main": "bin/www",
"engines": {
"node": "^8.0.0"
},
"dependencies": {
"angular": "^1.6.9",
"angular-cookies": "^1.6.9",
"angular-route": "^1.6.9",
"angular-sanitize": "^1.6.9",
"angular-timeago": "^0.4.6",
"babel-loader": "^7.1.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.6.1",
"body-parser": "^1.18.2",
"bootstrap": "^3.3.7",
"bootswatch": "^3.3.7",
"cas-authentication": "~0.0.8",
"clean-webpack-plugin": "^0.1.18",
"connect-history-api-fallback": "^1.5.0",
"cookie-parser": "~1.3.5",
"css-loader": "^0.28.10",
"debug": "^3.1.0",
"ejs": "^2.5.7",
"express": "~4.13.1",
"express-mysql-session": "^1.2.3",
"express-session": "^1.15.6",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"font-awesome": "^4.7.0",
"helmet-csp": "^2.7.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.0.4",
"http-proxy-middleware": "^0.17.4",
"jade": "~1.11.0",
"jquery": "^3.3.1",
"mime": "^1.6.0",
"morgan": "~1.6.1",
"mysql": "^2.15.0",
"ng-showdown": "^1.1.0",
"nodemailer": "^4.6.0",
"q": "^1.5.1",
"showdown": "^1.8.6",
"striptags": "^3.1.1",
"style-loader": "^0.20.2",
"sync-mysql": "^3.0.1",
"typeface-lato": "0.0.54",
"uglifyjs-webpack-plugin": "^1.2.2",
"uid2": "0.0.3",
"url-loader": "^1.0.1",
"webpack": "^4.0.1",
"webpack-cli": "^2.0.10",
"webpack-merge": "^4.1.2",
"winston": "^3.0.0-rc1"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"chai": "^3.5.0",
"istanbul": "^0.4.5",
"mocha": "^2.5.3",
"supertest": "^1.2.0",
"webpack-dev-middleware": "^3.0.0",
"webpack-hot-middleware": "^2.21.2"
}
}