-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.71 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
{
"name": "SupportForPeopleWithDisabilities",
"version": "0.0.1",
"homepage": "http://localhost:8000/",
"scripts": {
"share": "lt --port 8000",
"start": "set DEBUG=app,app:* && node server/web-server.js",
"start-and-share": "npm-run-all --parallel share start",
"webpack-watch": "webpack -d --watch",
"build": "webpack -d",
"start-dev": "npm-run-all --parallel webpack-watch start",
"build-prod": "webpack --config webpack-prod.config.js -p",
"start-prod": "run-s -ln build-prod start",
"testbuild": "webpack -p"
},
"dependencies": {
"archiver": "^2.1.1",
"axios": "^0.18.0",
"base64url": "^2.0.0",
"body-parser": "latest",
"cookie-parser": "^1.4.3",
"debug": "^3.1.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"less-middleware": "^2.2.1",
"passport": "^0.4.0",
"passport-github2": "^0.1.11"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-angularjs-annotate": "^0.8.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"json-loader": "^0.5.7",
"less": "^3.0.2",
"less-loader": "^4.1.0",
"localtunnel": "^1.9.0",
"morgan": "^1.9.0",
"ng-annotate-webpack-plugin": "^0.2.1-pre",
"npm-run-all": "^4.1.2",
"nsp": "^3.2.1",
"raw-loader": "^0.5.1",
"strip-loader": "^0.1.2",
"style-loader": "^0.20.3",
"url-loader": "^0.6.2",
"webpack": "^3.11.0"
},
"eslintConfig": {},
"bundleDependencies": [
"angular-ui-bootstrap"
]
}