-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "qol-dashboard",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"author": "Tobin Bradley",
"license": "MIT",
"scripts": {
"start": "vue-cli-service serve --port 3000 --open",
"build": "vue-cli-service build --modern",
"prebuild": "node build/datagen.js"
},
"dependencies": {
"axios": "^0.24.0",
"chartist": "^0.11.4",
"chartist-plugin-axistitle": "0.0.7",
"chartist-plugin-tooltips": "0.0.17",
"d3-scale": "^2.2.0",
"lodash": "^4.17.15",
"mapbox-gl": "^1.13.0",
"material-design-lite": "^1.3.0",
"querystring": "^0.2.0",
"vue": "^2.6.14",
"vue-toast-notification": "^0.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-pwa": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"chokidar": "^3.5.2",
"csvtojson": "^1.1.8",
"marked": "^4.0.9",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.7.0",
"shelljs": "^0.8.4",
"vue-template-compiler": "^2.6.14"
}
}