-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 858 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
33
34
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js"
},
"devDependencies": {
"@nuxt/devtools": "^1.0.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/node": "^20.8.8",
"dayjs-nuxt": "^2.1.9",
"eslint": "^8.45.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vue": "^9.15.1",
"nuxt": "^3.6.5",
"ofetch": "^1.3.3",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"sass": "^1.64.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@mdi/font": "^7.2.96",
"@pinia/nuxt": "^0.5.1",
"pinia": "^2.1.7",
"vuetify": "^3.3.23"
}
}