forked from Diego-Mc/wewix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/vue-fontawesome": "^3.0.2",
"@kyvg/vue3-notification": "^2.7.0",
"@programic/vue3-tooltip": "^1.0.0",
"animate.css": "^4.1.1",
"axios": "^0.27.2",
"bootstrap-icons": "^1.10.2",
"chance": "^1.1.9",
"chart.js": "^3.9.1",
"element-plus": "^2.2.26",
"require": "^0.4.4",
"sass": "^1.53.0",
"socket.io-client": "^4.5.1",
"vue": "^3.2.37",
"vue-chart-3": "^3.1.8",
"vue-router": "^4.1.2",
"vue-scrollto": "^2.20.0",
"vue-skeletor": "^1.0.6",
"vue3-burger-menu": "^1.1.1",
"vue3-google-login": "^2.0.12",
"vue3-google-map": "^0.15.0",
"vue3-google-oauth2": "^1.0.6",
"vuedraggable": "^4.1.0",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.0",
"flexbox-grid-mixins": "^0.3.3",
"vite": "^3.0.0"
}
}