-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.09 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"dev-ssl": "nuxt dev --https --ssl-cert localhost.pem --ssl-key localhost-key.pem",
"start": "nuxt start",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/i18n": "^8.0.0-beta.9",
"nuxt": "3.0.0",
"nuxt-simple-sitemap": "^1.0.7",
"postcss-custom-properties": "^13.1.0"
},
"dependencies": {
"@analytics/segment": "^1.1.4",
"@nuxtjs/robots": "^3.0.0",
"@nuxtjs/tailwindcss": "^6.3.0",
"@pinia/nuxt": "^0.4.5",
"@storyblok/nuxt": "^4.5.0",
"@vueuse/nuxt": "^9.6.0",
"analytics": "^0.8.1",
"axios": "^1.2.0",
"clone-deep": "^4.0.1",
"dayjs": "^1.11.6",
"global": "^4.4.0",
"highlight.js": "^11.7.0",
"local-ssl-proxy": "^1.3.0",
"nuxt-graphql-client": "^0.2.25",
"nuxt-i18n": "^6.28.1",
"nuxt-lodash": "^2.4.1",
"reading-time": "^1.5.0",
"remark-reading-time": "^2.0.1",
"vue3-runtime-template": "^1.0.2"
}
}