-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.67 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "vue3-vite-tailwind-dashboard",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write",
"postinstall": "husky install"
},
"dependencies": {
"@fullcalendar/core": "^5.11.0",
"@fullcalendar/daygrid": "^5.11.0",
"@fullcalendar/interaction": "^5.11.0",
"@fullcalendar/timegrid": "^5.11.0",
"@fullcalendar/vue3": "^5.11.0",
"@vueuse/core": "^8.6.0",
"apexcharts": "^3.35.3",
"chart.js": "^3.8.0",
"gsap": "^3.10.4",
"leaflet": "^1.8.0",
"sass": "^1.53.0",
"scss": "^0.2.4",
"unplugin-vue-components": "^0.19.6",
"vue": "^3.2.25",
"vue-chartjs": "^4.1.1",
"vue-router": "^4.0.15",
"vue3-apexcharts": "^1.4.1"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@types/eslint": "^8.4.2",
"@types/express": "^4.17.13",
"@types/node": "^17.0.23",
"@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.4.7",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^7.20.0",
"husky": "^8.0.1",
"pinst": "^3.0.0",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.24",
"ts-node": "^10.7.0",
"ts-node-dev": "^1.1.8",
"typescript": "^4.5.4",
"vite": "^2.9.9",
"vite-plugin-eslint": "^1.3.0",
"vite-plugin-pages": "^0.23.0",
"vite-plugin-pwa": "^0.11.13",
"vue-tsc": "^0.34.7"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}