-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.29 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint ./assets --ext .js,.ts,.vue",
"lint-fix": "eslint ./assets --ext .js,.ts,.vue --fix"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.8",
"@types/lodash": "^4.17.7",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/eslint-config-typescript": "^13.0.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.27.0",
"lodash": "^4.17.21",
"postcss": "^8.4.44",
"resolve-url-loader": "^5.0.0",
"sass": "^1.77.8",
"sass-loader": "^16.0.1",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite-plugin-eslint": "^1.8.1",
"vue-tsc": "^2.1.4"
},
"dependencies": {
"@headlessui/vue": "^1.7.22",
"@heroicons/vue": "^2.0",
"@primevue/themes": "^4.0.5",
"@vuepic/vue-datepicker": "^9.0.2",
"@vueuse/core": "^11.0.3",
"chart.js": "^4.4.4",
"floating-vue": "^2.0.0-beta.20",
"pinia": "^2.2.2",
"primevue": "^4.0.5",
"tailwindcss-primeui": "^0.3.4",
"vite-plugin-symfony": "^7.0.4",
"vue": "^3.4.38",
"vue-i18n": "^9.14.0",
"vue-router": "^4.4.3"
}
}