-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 975 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
{
"version": "0.0.0",
"scripts": {
"dev": "vite",
"lint:script": "eslint --ext .ts,vue --ignore-path .gitignore .",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"apexcharts": "^3.27.1",
"kutty": "^0.5.1",
"phosphor-vue": "^4.2.1",
"vue": "^3.0.5",
"vue-awesome": "^4.3.1",
"vue3-apexcharts": "^1.4.0",
"vue3-click-away": "^1.2.1",
"vuex": "^4.0.1"
},
"devDependencies": {
"@typescript-eslint/parser": "^4.26.1",
"@vitejs/plugin-vue": "^1.2.3",
"@vue/compiler-sfc": "^3.0.5",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"autoprefixer": "^10.2.6",
"eslint": "^7.28.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.10.0",
"postcss": "^8.3.0",
"prettier": "^2.3.1",
"tailwindcss": "^2.1.4",
"typescript": "^4.1.3",
"vite": "^2.3.5",
"vue-tsc": "^0.0.24"
}
}