-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 899 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
{
"name": "giga-potpot-site",
"author": "Tommaso Dossena",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@nuxt/eslint": "^0.7.2",
"@nuxt/fonts": "^0.10.3",
"@nuxt/image": "^1.8.1",
"@nuxtjs/prismic": "^3.4.6",
"@nuxtjs/tailwindcss": "^6.12.2",
"@pinia/nuxt": "^0.9.0",
"clsx": "^2.1.1",
"gsap": "^3.12.5",
"nuxt": "^3.14.1592",
"pinia": "^2.3.0",
"tailwind-merge": "^2.5.5",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"@nuxt/devtools": "^1.6.3",
"@slicemachine/adapter-nuxt": "^0.3.59",
"class-variance-authority": "^0.7.1",
"eslint": "^9.16.0",
"slice-machine-ui": "^2.10.5",
"typescript": "^5.7.2",
"vue-tsc": "^2.1.10"
}
}