-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "Remarque",
"version": "1.0.0",
"description": "Remarque webclient app",
"productName": "Remarque",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.ts,.vue ./",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"pre-commit": "npx pretty-quick --staged",
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build"
},
"dependencies": {
"@quasar/extras": "^1.16.12",
"apexcharts": "^3.53.0",
"axios": "^1.7.7",
"date-fns": "^2.30.0",
"lodash": "^4.17.21",
"pinia": "^2.2.2",
"quasar": "^2.17.0",
"vue": "^3.5.4",
"vue-router": "^4.4.3",
"vue3-apexcharts": "^1.6.0"
},
"devDependencies": {
"@quasar/app-vite": "^1.10.0",
"@types/lodash": "^4.17.7",
"@types/node": "^22.5.4",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-vue": "^9.0.0",
"prettier": "^3.0.3",
"typescript": "^4.5.4"
},
"engines": {
"node": "^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}