-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 887 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
{
"name": "finance-frontend",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173"
},
"dependencies": {
"@popperjs/core": "^2.11.5",
"@vuepic/vue-datepicker": "^3.2.2",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"bootstrap-vue": "^2.22.0",
"bootstrap-vue-3": "^0.1.13",
"filesaver": "^0.0.13",
"jquery": "^3.6.0",
"laravel-echo": "^1.12.0",
"moment": "^2.29.3",
"pinia": "^2.0.14",
"pusher-js": "^7.1.1-beta",
"sass": "^1.52.3",
"vue": "^3.2.36",
"vue-i18n": "^9.1.10",
"vue-router": "^4.0.15",
"vuejs-paginate-next": "^1.0.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"sass-loader": "^13.0.0",
"vite": "^2.9.9",
"vite-plugin-pwa": "^0.12.0",
"workbox-precaching": "^6.5.3"
}
}