-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 964 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
{
"name": "ngo-aethec-storyblok",
"version": "1.4.0",
"description": "Storyblok project for Aethec fork from NeedU 1.0.7",
"author": "HelpDev",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@marvr/storyblok-rich-text-vue-renderer": "^2.0.1",
"@nuxtjs/svg": "^0.1.12",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/typography": "^0.4.0",
"@vue/composition-api": "^1.0.0-rc.6",
"components-helpdev-storyblok": "HelpDev/Storyblok-Components#0.1.2",
"heroicons": "^1.0.0",
"nuxt": "^2.15.4",
"nuxt-i18n": "^6.24.0",
"simple-icons": "^4.19.0",
"storyblok-nuxt": "^1.3.1",
"vue-tailwind": "^2.1.7"
},
"devDependencies": {
"@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/tailwindcss": "^4.0.3",
"storyblok-nuxt-routes": "^1.3.0-beta.1"
}
}