-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.6 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
63
64
{
"name": "wizweb-fe",
"version": "1.0.41",
"description": "A Vue library to streamline UI development.",
"main": "src/index.js",
"scripts": {
"build": "vite build",
"watch": "vite build --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivan006/2024-05-vue-orm-ui.git"
},
"dependencies": {
"@supabase/supabase-js": "^2.43.1",
"@vueuse/core": "^10.9.0",
"@vuex-orm/core": "^0.36.4",
"@vuex-orm/plugin-axios": "^0.9.4",
"axios": "^1.6.8",
"dayjs": "^1.11.13",
"vue-cookies": "^1.8.4",
"vuex": "^4.0.2"
},
"peerDependencies": {
"@googlemaps/js-api-loader": "^1.16.8",
"@quasar/quasar-ui-qcalendar": "^4.0.0-beta.16",
"html2canvas": "^1.4.1",
"html2pdf.js": "^0.10.2",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.3",
"quasar": "^2.16.0",
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
"vue": "^3.0.0",
"vue3-google-map": "^0.21.0"
},
"keywords": [
"vue",
"vuejs",
"quasar",
"orm",
"ui generator",
"model-driven ui",
"vue orm",
"vue ui generator",
"dynamic ui",
"data-driven ui",
"vue data binding",
"vue forms",
"vue dynamic forms",
"crud generator",
"automatic ui",
"vue model ui"
],
"author": "Ivan Copeland <[email protected]> (https://github.com/ivan006)",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/ivan006/2024-05-vue-orm-ui/issues"
},
"homepage": "https://github.com/ivan006/2024-05-vue-orm-ui#readme",
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"vite": "^5.4.10"
}
}