-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 1.12 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
{
"name": "primevue-breeze-spa",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint ."
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@primeuix/themes": "^1.0.0",
"@primevue/auto-import-resolver": "^4.2.5",
"@tailwindcss/vite": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vueuse/core": "^12.2.0",
"axios": "^1.7.2",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.32.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"primeicons": "^7.0.0",
"primevue": "^4.3.0",
"tailwindcss": "^4.0.0",
"tailwindcss-primeui": "^0.5.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1",
"unplugin-vue-components": "^0.27.4",
"vite": "^6.0",
"vue": "^3.5.0",
"vue-router": "^4.4.0"
}
}