-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
49 lines (49 loc) · 1.5 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "nuxt-vuetify-dashboard",
"version": "2.0.23",
"description": "Nuxt3 + Vuetify3 project",
"author": "Rekryt <rekrytkw@gmail.com>",
"private": true,
"license": "MIT",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "node .output/server/index.mjs",
"test": "vitest --run --reporter verbose --globals",
"lint": "eslint --ext .ts,.js,.vue ."
},
"devDependencies": {
"@kevinmarrec/nuxt-pwa": "^0.17.0",
"@nuxt/test-utils": "3.14.1",
"vitest": "2.0.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "7.1.1",
"autoprefixer": "^10.4.20",
"consola": "^3.2.3",
"eslint": "8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-vitest": "^0.3.20",
"eslint-plugin-vue": "^9.28.0",
"nuxt": "3.13.1",
"prettier": "^3.3.3",
"sass": "^1.78.0",
"vite-plugin-eslint": "^1.8.1"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^43.1.0",
"@ckeditor/ckeditor5-vue": "^7.0.0",
"@mdi/font": "^7.4.47",
"@pinia/nuxt": "0.5.4",
"chart.js": "^4.4.4",
"pinia": "2.2.2",
"vue-chartjs": "^5.3.1",
"vuetify": "3.7.1"
},
"overrides": {
"vue": "latest"
}
}