-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"analyze": "nuxt build --analyze"
},
"devDependencies": {
"@funken-studio/sitemap-nuxt-3": "^4.0.4",
"@kevinmarrec/nuxt-pwa": "^0.17.0",
"@nuxt/content": "^2.2.2",
"@nuxt/content-edge": "^2.6.0-28092355.5a561fe",
"@nuxt/image-edge": "^1.0.0-27840416.dc1ed65",
"@nuxtjs/google-fonts": "^3.0.0-1",
"@nuxtjs/prismic": "^3.0.0-rc.1",
"@stackblitz/sdk": "^1.8.0",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@vueuse/core": "^10.1.2",
"autoprefixer": "^10.4.12",
"clipboard": "^2.0.11",
"install": "^0.13.0",
"maz-ui": "^3.0.7",
"npm": "^9.6.7",
"nuxt": "^3.5.0",
"nuxt-jsonld": "^2.0.7",
"pascal-case": "^3.1.2",
"postcss": "^8.4.17",
"postcss-import": "^15.0.0",
"postcss-nesting": "^11.2.2",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"remark-reading-time": "^2.0.1",
"rss": "^1.2.2",
"sitemap": "^7.1.1",
"tailwindcss": "^3.1.8",
"vue-embed-gist": "^1.2.0",
"vue-gtag-next": "^1.14.0",
"vue-runkit": "^2.0.0"
},
"dependencies": {
"@nuxthq/studio": "^0.13.2"
}
}