-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "papillon-v4",
"version": "0.0.0",
"scripts": {
"build": "run-p type-check build-only",
"build-only": "vite build",
"dev": "vite --host",
"preview": "vite preview",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@meforma/vue-toaster": "^1.3.0",
"axios": "^1.1.3",
"canvas": "^2.10.2",
"chart.js": "^4.0.1",
"ical-generator": "^3.6.0",
"ical.js": "^1.5.0",
"jenesius-vue-modal": "^1.8.2",
"lucide-vue-next": "^0.101.0",
"register-service-worker": "^1.7.2",
"swipe-detect": "^1.0.1",
"toastify-js": "^1.12.0",
"v-wave": "^1.5.0",
"vue": "^3.2.41",
"vue-chartjs": "^5.0.1",
"vue-directive-long-press": "^1.1.0",
"vue-final-modal": "^3.4.11",
"vue-insta-stories": "^0.9.3",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@types/node": "^16.11.68",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/cli-plugin-pwa": "~5.0.0",
"@vue/tsconfig": "^0.1.3",
"npm-run-all": "^4.1.5",
"serviceworker-webpack-plugin": "^1.0.1",
"typescript": "~4.7.4",
"vite": "^3.2.4",
"vite-plugin-pwa": "^0.13.3",
"vue-tsc": "^1.0.8"
}
}