-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
35 lines (35 loc) · 1.04 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
{
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "node .output/server/index.mjs",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue",
"pretty": "prettier --write \"./**/*.{js,jsx,json,vue}\""
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@nuxt/image": "latest",
"@nuxt/image-edge": "1.1.0-28404773.c60aac2",
"@nuxt/types": "^2.17.2",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@pinia/nuxt": "^0.5.1",
"@tailwindcss/line-clamp": "^0.4.4",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vueuse/components": "^10.7.1",
"@vueuse/core": "^10.7.1",
"@vueuse/nuxt": "^10.7.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"nuxt": "^3.9.0",
"pinia": "^2.1.7",
"postcss": "^8.4.33",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.10",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"vue-i18n": "9.8.0"
}
}