-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.1 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
{
"name": "tp4-simulacion-montecarlo",
"version": "0.0.1",
"description": "Simulación 2020 | TP-4 | Simulación de Montecarlo",
"productName": "Simulador H | TP-4",
"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",
"@vue/composition-api": "^0.6.4",
"connect-history-api-fallback": "^1.6.0",
"core-js": "^3.6.5",
"express": "^4.17.1",
"quasar": "^1.0.0",
"serve-static": "^1.14.1"
},
"devDependencies": {
"@quasar/app": "^2.0.0",
"@types/node": "^10.17.15",
"@typescript-eslint/eslint-plugin": "^3.10.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"
},
"engines": {
"node": ">= 10.18.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}