-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.68 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
{
"name": "openefi-tuner",
"version": "0.0.1",
"description": "A Quasar Project",
"productName": "OpenEFI Tuner",
"author": "FDSoftware <[email protected]>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.ts,.vue ./",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0",
"build": "quasar build -m pwa",
"start": "quasar dev"
},
"dependencies": {
"@quasar/extras": "^1.15.9",
"@types/w3c-web-serial": "^1.0.3",
"canvas-datagrid": "^0.4.6",
"canvas-gauges": "^2.1.7",
"d3": "^7.4.4",
"deep-object-diff": "^1.1.9",
"dseg": "^0.46.0",
"quasar": "^2.11.3",
"vue": "^3.0.0",
"vue-i18n": "^9.1.10",
"vue-router": "^4.0.0",
"vuex": "^4.0.1"
},
"devDependencies": {
"@quasar/app-vite": "^1.1.3",
"@quasar/quasar-app-extension-qmarkdown": "^2.0.0-beta.7",
"@types/canvas-gauges": "^2.1.4",
"@types/d3": "^7.4.0",
"@types/node": "^12.20.21",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-vue": "^8.5.0",
"prettier": "^2.5.1",
"typescript": "^5.1.3",
"vue-eslint-parser": "^9.0.2",
"workbox-build": "^6.5.0",
"workbox-cacheable-response": "^6.5.0",
"workbox-core": "^6.5.0",
"workbox-expiration": "^6.5.0",
"workbox-precaching": "^6.5.0",
"workbox-routing": "^6.5.0",
"workbox-strategies": "^6.5.0"
},
"engines": {
"node": "^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}