-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 909 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 909 Bytes
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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"lint": "",
"test": "",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"deploy": "gh-pages --dotfiles -d .output/public"
},
"devDependencies": {
"@invictus.codes/nuxt-vuetify": "^0.3.0",
"@nuxt/devtools": "latest",
"@nuxt/test-utils": "^3.17.2",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/tailwindcss": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^8.31.0",
"@typescript-eslint/parser": "^8.31.0",
"eslint": "^8.57.1",
"gh-pages": "^6.3.0",
"nuxt": "^3.16.2",
"vite": "^6.3.2",
"vitest": "^3.1.2",
"vue-eslint-parser": "^10.1.3"
},
"dependencies": {
"tailwindcss": "^3.4.17"
}
}