This repository has been archived by the owner on Feb 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.74 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": "beeline-monitoring",
"version": "1.0.0",
"license": "MIT",
"author": "Government Technology Agency of Singapore (https://www.tech.gov.sg)",
"scripts": {
"webpack": "webpack",
"webpack-watch": "webpack --watch -d",
"start": "http-server -c-1 static/",
"watch": "node ./generate-env.js && npm run start & npm run webpack-watch",
"deploy": "node ./build-wrs.js && gh-pages -d static ",
"lint": "eslint --ext .js,.vue client"
},
"dependencies": {
"auth0-lock": "^11.7.2",
"axios": "^0.16.2",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.5.0",
"css-loader": "^0.26.0",
"dateformat": "^3.0.2",
"file-loader": "^0.11.2",
"gh-pages": "^0.12.0",
"http-server": "^0.9.0",
"json-loader": "^0.5.4",
"jwt-decode": "^2.1.0",
"left-pad": "^1.1.0",
"lodash": "^4.17.4",
"mdi": "^2.0.46",
"node-sass": "^4.9.0",
"request": "^2.79.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"vue": "^2.4.2",
"vue-html-loader": "^1.1.0",
"vue-loader": "^13.0.2",
"vue-resource": "^0.9.3",
"vue-router": "^2.7.0",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "^2.4.2",
"vue2-google-maps": "^0.7.10",
"webpack": "^3.4.1"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"cross-env": "^5.0.1",
"eslint": "^4.19.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.3.0"
}
}