-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 965 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
38
39
40
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"test": "vitest"
},
"dependencies": {
"@nuxt/eslint": "^0.3.13",
"@nuxt/icon": "^1.0.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"@pinia/nuxt": "^0.5.1",
"@primevue/themes": "^4.0.4",
"nuxt": "^3.11.2",
"nuxt-svgo": "^4.0.2",
"nuxt-umami": "^2.6.4",
"pinia": "^2.1.7",
"pocketbase": "^0.21.3",
"primevue": "^4.0.3",
"tailwindcss-primeui": "^0.3.4",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@nuxt/test-utils": "^3.13.1",
"@primevue/nuxt-module": "^4.0.3",
"@vue/test-utils": "^2.4.6",
"eslint": "^8.57.0",
"happy-dom": "^14.12.3",
"typescript": "^5.4.5",
"vitest": "^1.6.0",
"vue-tsc": "^1"
}
}