-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.3 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
{
"name": "command-center",
"version": "0.0.1",
"description": "A project for the Paytaca Command Center dashboard",
"productName": "Paytaca CC",
"author": "Flores, A., Gabiana, M., Siervo, E.",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue ./",
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build"
},
"dependencies": {
"@quasar/extras": "^1.16.4",
"axios": "^1.7.2",
"bulma": "^1.0.1",
"bulma-toast": "^2.4.4",
"dotenv": "^16.4.5",
"echarts": "^5.5.0",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"moment-timezone": "^0.5.45",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"quasar": "^2.16.0",
"vue": "^3.4.30",
"vue-echarts": "^6.7.3",
"vue-router": "^4.0.12",
"vuex": "^4.0.2"
},
"devDependencies": {
"@quasar/app-vite": "^1.9.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.0.0",
"postcss": "^8.4.14",
"vite-plugin-checker": "^0.6.4"
},
"engines": {
"node": "^20 || ^18 || ^16",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}