-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.35 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
{
"name": "storyblok-tres",
"private": true,
"author": "Alvaro Saburido <alvaro.saburido@storyblok.com> (https://github.com/alvarosabu/)",
"scripts": {
"build": "nuxt build",
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 nuxt dev --https --ssl-cert localhost.pem --ssl-key localhost-key.pem",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@alvarosabu/utils": "^3.1.1",
"@marvr/storyblok-rich-text-vue-renderer": "^3.2.1",
"@storyblok/design-system": "^3.22.0",
"@storyblok/nuxt": "^6.0.4",
"@tresjs/cientos": "3.8.0",
"@tresjs/leches": "^0.14.0",
"@tresjs/nuxt": "2.1.1",
"daisyui": "^3.9.4",
"three": "^0.161.0",
"tweakpane": "^4.0.3",
"unocss": "^0.58.5",
"unocss-preset-daisy": "^7.0.0"
},
"devDependencies": {
"@alvarosabu/eslint-config-vue": "^0.4.0",
"@alvarosabu/prettier-config": "^1.3.0",
"@alvarosabu/storyblok-richtext-vue-renderer": "^0.1.1",
"@iconify-json/carbon": "^1.1.29",
"@iconify-json/logos": "^1.1.42",
"@nuxt/content": "^2.12.0",
"@nuxt/image-edge": "1.3.0-28452769.547f442",
"@tweakpane/plugin-essentials": "^0.2.1",
"@types/node": "^20.11.16",
"@unocss/nuxt": "^0.58.5",
"gsap": "^3.12.5",
"nuxt": "^3.10.1",
"nuxt-svgo": "^4.0.0",
"vite-plugin-svg": "^0.7.0"
}
}