-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --no-clear",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .js,.ts,.vue",
"lint:fix": "eslint --ext .js,.ts,.vue --fix",
"typecheck": "npx nuxi typecheck"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxtjs/color-mode": "^3.4.4",
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/i18n": "^9.1.0",
"@nuxtjs/supabase": "^1.3.5",
"@nuxtjs/tailwindcss": "^6.12.1",
"@tailwindcss/typography": "^0.5.13",
"@vite-pwa/nuxt": "^0.10.6",
"daisyui": "^4.12.10",
"eslint": "^8.57.0",
"nuxt": "^3.14.159",
"nuxt-icon": "^0.6.10",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"typescript": "^5.5.3",
"vue": "^3.4.27",
"vue-router": "^4.4.3",
"vue-tsc": "^2.0.29"
},
"resolutions": {
"string-width": "4.2.3"
},
"dependencies": {
"@nuxt/image": "^1.8.1",
"@pinia/nuxt": "^0.7.0",
"@vee-validate/nuxt": "^4.13.2",
"pinia": "^2.1.7",
"postcss-custom-properties": "^14.0.4"
}
}