-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 852 Bytes
/
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
{
"name": "nuxt3-vitesse-dkks",
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"start:dev": "nuxi dev --dotenv .env",
"start:prod": "nuxi dev --dotenv .env.prod",
"start": "node .output/server/index.mjs",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"postinstall": "nuxi prepare",
"generate": "nuxi generate"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@nuxt/devtools": "^1.6.0",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/i18n": "9.0.0",
"@pinia/nuxt": "^0.7.0",
"@vueuse/nuxt": "^11.2.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"nuxt": "^3.14.159",
"pinia": "^2.2.6",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}