-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 932 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
{
"name": "sushi-wuut",
"version": "1.0.0",
"description": "Static recipe site example for Youtube Series on Nuxt + Storyblok",
"author": "Alvaro Saburido <[email protected]>",
"keywords": [
"nuxt",
"storyblok",
"static",
"vue",
"nuxt3"
],
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"dev:https": "nuxt dev --https",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@alvarosabu/prettier-config": "^1.2.0",
"@iconify-json/carbon": "^1.1.13",
"@marvr/storyblok-rich-text-vue-renderer": "3.2.1",
"@nuxt/image-edge": "1.0.0-27840416.dc1ed65",
"@nuxtjs/fontaine": "^0.2.4",
"@storyblok/nuxt": "^4.6.0",
"@unocss/nuxt": "^0.48.0",
"@unocss/preset-icons": "^0.48.0",
"axios": "^0.27.2",
"nuxt": "3.0.0",
"prettier": "^2.8.1"
},
"dependencies": {
"@nuxtjs/critters": "^0.4.0"
}
}