-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.24 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": "juno",
"description": "Juno Website",
"private": true,
"author": "Patrick Bauer",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"type-check": "nuxi typecheck",
"lint": "eslint --ext .ts,.js,.vue .",
"local-ssl-proxy": "local-ssl-proxy --source 3010 --target 3000 --cert localhost.pem --key localhost-key.pem"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/google-fonts": "^3.0.2",
"@nuxtjs/tailwindcss": "^6.9.5",
"@types/node": "^20.9.1",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.54.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vue": "^9.18.1",
"nuxt": "^3.8.1",
"nuxt-gtag": "^1.1.1",
"postcss-custom-properties": "^13.3.2",
"sass": "^1.69.5",
"typescript": "^5.2.2",
"vite-svg-loader": "^5.0.1",
"vue-tsc": "^1.8.22"
},
"dependencies": {
"@pinia/nuxt": "^0.5.1",
"@splidejs/vue-splide": "rriixx/vue-splide",
"@storyblok/nuxt": "^5.7.7",
"dayjs": "^1.11.10",
"pinia": "^2.1.7"
}
}