-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.58 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
50
51
52
53
54
{
"name": "nuxt-app",
"private": true,
"scripts": {
"start": "node .output/server/index.mjs",
"build": "nuxt build",
"dev": "nuxt dev & sanity dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"s-dev": "sanity dev",
"s-start": "sanity start",
"s-build": "sanity build",
"s-deploy": "sanity deploy",
"s-deploy-graphql": "sanity graphql deploy",
"generate-pwa-assets": "pwa-assets-generator --preset minimal-2023 public/vite.svg"
},
"devDependencies": {
"@nuxt/devtools": "^0.7.6",
"@nuxtjs/supabase": "^0.3.8",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@types/node": "^18.19.5",
"@vite-pwa/assets-generator": "^0.2.2",
"@vite-pwa/nuxt": "^0.0.9",
"@vueuse/core": "^10.7.1",
"@vueuse/nuxt": "^10.7.1",
"autoprefixer": "^10.4.16",
"frammer-nuxt": "^1.0.13",
"nuxt": "^3.9.1",
"nuxt-purgecss": "^2.0.0",
"nuxt-simple-robots": "^3.1.10",
"nuxt-simple-sitemap": "^3.4.1",
"postcss": "^8.4.33",
"supabase": "^1.127.4",
"tailwindcss": "^3.4.1"
},
"dependencies": {
"@nuxtjs/sanity": "^1.8.3",
"@pinia/nuxt": "^0.4.11",
"@sanity/scheduled-publishing": "^1.2.2",
"@sanity/validation": "^3.14.4",
"@sanity/vision": "^3.23.4",
"chart.js": "^4.4.1",
"nuxt-scheduler": "^0.0.16",
"pinia": "^2.1.7",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primevue": "^3.45.0",
"sanity": "^3.23.4",
"sanity-plugin-iframe-pane": "^2.6.1",
"styled-components": "^5.3.11",
"typescript": "^5.3.3"
}
}