-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·37 lines (37 loc) · 969 Bytes
/
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
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite &",
"lint": "eslint . --ext .vue,.js,.jsx,.ts,.cjs,.mjs --fix --ignore-path .gitignore",
"preview": "vite preview",
"type-build": "npm run type-check && vite build",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"chart.js": "^4.4.1",
"million": "^2.6.4",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primevue": "^3.43.0",
"vue": "^3.3.11",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.6.0",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/eslint-config-prettier": "^8.0.0",
"axios": "^1.6.2",
"eslint": "^8.55.0",
"eslint-plugin-vue": "^9.19.2",
"laravel-vite-plugin": "^0.8.1",
"pinia": "^2.1.7",
"prettier": "^3.1.1",
"quill": "^1.3.7",
"sass": "^1.69.5",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vue-tsc": "^1.8.25"
}
}