-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.28 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "sing-app-vue",
"version": "4.5.0",
"private": true,
"scripts": {
"install": "napa",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"start": "node server.js"
},
"dependencies": {
"animate.css": "^3.6.1",
"awesome-bootstrap-checkbox": "^1.0.1",
"axios": "^0.19.0",
"bootstrap": "^4.1.1",
"bootstrap-vue": "^2.0.0-rc.11",
"chart.js": "^2.8.0",
"css-loader": "^1.0.0",
"d3": "3.5.17",
"easy-pie-chart": "^2.1.7",
"element-ui": "^2.12.0",
"expose-loader": "^0.7.5",
"express": "^4.16.4",
"flot": "^0.8.0-alpha",
"font-awesome": "4.7.0",
"glyphicons-halflings": "1.9.1",
"govpredict-morris": "0.5.1",
"imports-loader": "^0.8.0",
"jquery": "^3.3.1",
"jquery-sparkline": "2.4.0",
"jquery-ui": "^1.12.1",
"line-awesome": "icons8/line-awesome",
"messenger": "git+https://github.com/HubSpot/messenger.git#v1.4.2",
"napa": "^3.0.0",
"node-sass": "^4.9.0",
"nvd3": "1.8.6",
"rickshaw": "1.6.6",
"sass-loader": "^7.0.1",
"vee-validate": "^2.1.0-beta.6",
"vue": "^2.5.17",
"vue-chartkick": "^0.5.2",
"vue-router": "^3.0.1",
"vue-touch": "2.0.0-beta.4",
"vue2-google-maps": "^0.10.2",
"vuesax": "^3.10.4",
"vuetrend": "^0.3.2",
"vuex": "^3.0.1",
"webpack-cli": "^3.1.2",
"webpack-raphael": "^2.1.4",
"widgster": "^1.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.5",
"@vue/cli-plugin-eslint": "^3.0.5",
"@vue/cli-service": "^3.0.5",
"vue-template-compiler": "^2.5.17",
"core-js": "^2.6.5"
},
"napa": {
"jquery.flot.animator": "https://github.com/Codicode/flotanimator.git#3c256c0183d713fd3bf41d04417873928eb1a751",
"flot.dashes": "https://github.com/cquartier/flot.dashes.git",
"jquery.flot-orderBars": "https://github.com/emmerich/flot-orderBars.git"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}