-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 890 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .js,.ts --ignore-path .eslintignore ."
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"@vue/eslint-config-standard": "^8.0.1",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.8.0",
"nuxt": "3.0.0",
"prettier": "2.8.1"
},
"dependencies": {
"@mdi/font": "^7.0.96",
"@pinia/nuxt": "^0.4.6",
"apexcharts": "^3.36.3",
"pinia": "^2.0.27",
"sass": "^1.56.1",
"vee-validate": "^4.7.3",
"vue3-apexcharts": "^1.4.1",
"vuetify": "^3.0.4"
}
}