-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.64 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.64 KB
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
{
"name": "planorama",
"private": true,
"dependencies": {
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@popperjs/core": "^2.11.7",
"@vee-validate/rules": "~4.0.0",
"@vitejs/plugin-vue": "^4.2.1",
"@vue/compat": "3.3.4",
"actioncable-vue": "^2.5.1",
"axios": "^1.8.2",
"axios-observable": "^2.0.0",
"bootstrap-vue": "^2.23.1",
"ckeditor4-vue": "^2.0.0",
"follow-redirects": "^1.14.0",
"jquery": "^3.6.1",
"jsonapi-vuex": "^5.13.0",
"jsonpath-plus": "^10.3.0",
"lodash": "^4.17.21",
"luxon": "^3.1.1",
"mitt": "^2.1.0",
"nth-check": "^2.0.1",
"popper.js": "^1.16.1",
"rxjs": "^7.3.0",
"sass": "^1.56.1",
"tar": "^6.1.9",
"url-parse": "^1.5.9",
"uuid": "^8.3.2",
"validator": "^13.7.0",
"vee-validate": "~4.10",
"vue": "3.3.4",
"vue-async-computed": "^4.0.1",
"vue-cal": "^4.10.0",
"vue-cookies": "^1.8.3",
"vue-draggable-next": "^2.2.1",
"vue-pluralize": "^0.0.2",
"vue-query-builder": "https://github.com/PlanoramaEvents/vue-query-builder",
"vue-recaptcha": "^3.0.0-alpha.6",
"vue-router": "^4.1.6",
"vue-select": "^3.20.4",
"vue3-resize-text": "^0.1.0",
"vuex": "^4.1.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz",
"yarn": "^1.22.22",
"yup": "^1.4.0"
},
"version": "0.2.0",
"devDependencies": {
"@vue/compiler-sfc": "^3.5.13",
"@vue/runtime-dom": "^3.2.47",
"@vue/test-utils": "^2.4.0",
"vite": "^5.0.0",
"vite-plugin-full-reload": "^1.0.4",
"vite-plugin-ruby": "^5.1.0"
},
"scripts": {
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest"
}
}