-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 989 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
35
36
37
38
39
40
{
"name": "nuxt-app",
"private": true,
"type": "module",
"license": "MIT",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"deploy": "gh-pages -d dist",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@pinia/nuxt": "^0.5.1",
"@vee-validate/nuxt": "^4.12.6",
"apexcharts": "^3.48.0",
"flowbite": "^2.3.0",
"nuxt": "^3.10.3",
"pinia": "^2.1.7",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vue3-apexcharts": "^1.5.2"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"gh-pages": "^6.1.1",
"nuxt-icon": "^0.6.9",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.1"
}
}