-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.37 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
{
"name": "tp7-lavadero-autos",
"version": "0.0.1",
"description": "Simulación 2020 | TP-7 | Lavadero de Autos",
"productName": "Simulador H | TP-7",
"author": "Lucas Astrada <[email protected]>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.ts,.vue ./",
"build": "quasar build",
"test": "echo \"No test specified\" && exit 0",
"start": "node server.js"
},
"dependencies": {
"@quasar/extras": "^1.0.0",
"@types/lodash": "^4.14.164",
"@vue/composition-api": "^0.6.4",
"chart.js": "^2.9.4",
"connect-history-api-fallback": "^1.6.0",
"core-js": "^3.6.5",
"express": "^4.17.1",
"jstat": "^1.9.4",
"lodash": "^4.17.20",
"quasar": "^1.0.0",
"serve-static": "^1.14.1",
"vue-chartjs": "^3.5.1",
"vue-fragment": "^1.5.1"
},
"devDependencies": {
"@quasar/app": "^2.0.0",
"@quasar/quasar-app-extension-qmarkdown": "^1.0.36",
"@types/lodash-es": "^4.17.3",
"@types/node": "^10.17.15",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.0.1",
"eslint": "^7.8.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-vue": "^7.0.0-beta.3",
"worker-plugin": "^5.0.0"
},
"engines": {
"node": ">= 10.18.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}