generated from EPFL-ENAC/enac-it4r-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.77 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
{
"name": "astra-82001",
"version": "1.7.0",
"description": "Outil de visualisation des données de l'Astra 82001f",
"productName": "Astra 82001",
"author": "Guilbert Pierre <[email protected]>",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint --ext .js,.ts,.vue ./",
"format-check": "prettier --check \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0",
"predev": "npm run convert",
"dev": "quasar dev",
"prebuild": "npm run convert",
"build": "quasar build",
"convert": "node scripts/convert.mjs",
"prepare": "lefthook install",
"lefthook": "lefthook run pre-commit",
"type-check": "npm run convert && tsc --noEmit --skipLibCheck"
},
"dependencies": {
"@mdi/js": "^7.4.47",
"@quasar/extras": "^1.16.4",
"pinia": "^2.0.11",
"quasar": "^2.6.0",
"vue": "^3.0.0",
"vue-i18n": "^9.2.2",
"vue-router": "^4.0.0"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.10.10",
"@quasar/app-vite": "^2.0.8",
"@quasar/quasar-app-extension-qmarkdown": "^2.0.4",
"@types/node": "^12.20.21",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"autoprefixer": "^10.4.2",
"csvtojson": "^2.0.10",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-vue": "^9.0.0",
"prettier": "^2.5.1",
"stylelint": "^16.14.1",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^14.0.0",
"typescript": "5.5"
},
"engines": {
"node": ">=16.0.0 < 23.0.0",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}