-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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.12.1",
"@nuxt/devtools": "^1.7.0",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/i18n": "^9.1.1",
"@pinia/nuxt": "^0.9.0",
"@vueuse/nuxt": "^12.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"nuxt": "^3.15.1",
"pinia": "^2.3.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}