Skip to content

Commit b02b91e

Browse files
committed
package organization
1 parent 4e639e4 commit b02b91e

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
22
"name": "primevue-breeze-spa",
3-
"private": true,
43
"version": "0.0.0",
4+
"private": true,
55
"type": "module",
66
"scripts": {
7-
"dev": "vite",
87
"build": "vite build",
9-
"preview": "vite preview",
10-
"lint": "eslint ."
8+
"dev": "vite",
9+
"lint": "eslint .",
10+
"preview": "vite preview"
1111
},
12-
"devDependencies": {
13-
"@eslint/js": "^9.18.0",
12+
"dependencies": {
1413
"@primeuix/themes": "^1.0.0",
15-
"@primevue/auto-import-resolver": "^4.2.5",
16-
"@tailwindcss/vite": "^4.0.0",
17-
"@typescript-eslint/eslint-plugin": "^8.19.1",
18-
"@typescript-eslint/parser": "^8.19.1",
19-
"@vitejs/plugin-vue": "^5.0.5",
2014
"@vueuse/core": "^12.2.0",
2115
"axios": "^1.7.2",
22-
"eslint": "^9.18.0",
23-
"eslint-config-prettier": "^9.1.0",
24-
"eslint-plugin-vue": "^9.32.0",
16+
"lucide-vue-next": "^0.487.0",
2517
"nprogress": "^0.2.0",
2618
"pinia": "^2.1.7",
2719
"primevue": "^4.3.0",
2820
"tailwindcss": "^4.1.0",
2921
"tailwindcss-primeui": "^0.5.0",
30-
"typescript": "^5.7.3",
3122
"typescript-eslint": "^8.19.1",
3223
"unplugin-vue-components": "^0.27.4",
33-
"vite": "^6.2",
3424
"vue": "^3.5.0",
3525
"vue-router": "^4.4.0"
3626
},
37-
"dependencies": {
38-
"lucide-vue-next": "^0.487.0"
27+
"devDependencies": {
28+
"@eslint/js": "^9.18.0",
29+
"@primevue/auto-import-resolver": "^4.2.5",
30+
"@tailwindcss/vite": "^4.0.0",
31+
"@typescript-eslint/eslint-plugin": "^8.19.1",
32+
"@typescript-eslint/parser": "^8.19.1",
33+
"@vitejs/plugin-vue": "^5.0.5",
34+
"eslint": "^9.18.0",
35+
"eslint-config-prettier": "^9.1.0",
36+
"eslint-plugin-vue": "^9.32.0",
37+
"typescript": "^5.7.3",
38+
"vite": "^6.2"
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)