-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.3 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
48
49
{
"name": "primevue-quickstart-nuxt3",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.3",
"sass": "^1.64.1",
"type-fest": "^4.2.0"
},
"devDependencies": {
"@antfu/eslint-config": "^1.0.0-beta.10",
"@nuxt/devtools": "0.8.4",
"@nuxt/kit": "^3.7.3",
"@nuxtjs/google-fonts": "^3.0.2",
"@nuxtjs/i18n": "8.0.0-rc.3",
"@nuxtjs/supabase": "1.1.0",
"@pinia-plugin-persistedstate/nuxt": "^1.1.1",
"@pinia/nuxt": "^0.4.11",
"@supabase/supabase-js": "^2.32.0",
"@types/prismjs": "^1.26.0",
"@types/serialize-javascript": "^5.0.2",
"@types/vuelidate": "^0.7.18",
"@vue-macros/nuxt": "^1.8.1",
"@vueuse/components": "^10.4.1",
"@vueuse/core": "^10.4.1",
"@vueuse/nuxt": "^10.4.1",
"chart.js": "^4.4.0",
"eslint": "^8.50.0",
"nuxt": "^3.7.0",
"nuxt-typed-router": "^3.3.1",
"pinia": "^2.1.6",
"primeflex": "3.3.1",
"primeicons": "6.0.1",
"primevue": "3.34.1",
"prismjs": "^1.29.0",
"typescript": "5.2.2",
"vue-tsc": "1.8.13"
}
}