-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
128 lines (128 loc) · 5.41 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"private": true,
"scripts": {
"dev": "npx concurrently -c \"#06b6d4,#6366f1,#a3e635,#fdba74\" \"npm run dev.aiku-public\" \"npm run dev.grp\" \"npm run dev.iris\" \"npm run dev.retina\" --names=public,grp,iris,retina",
"build": "npm run build.grp && npm run build.aiku-public && npm run build.iris && npm run build.retina",
"dev.grp": "vite --config vite.grp.config.js",
"build.grp": "vite build --config vite.grp.config.js && vite build --config vite.grp.config.js --ssr",
"dev.aiku-public": "vite --config vite.aiku-public.config.js",
"build.aiku-public": "vite build --config vite.aiku-public.config.js && vite build --config vite.aiku-public.config.js --ssr",
"dev.iris": "vite --config vite.iris.config.js",
"build.iris": "vite build --config vite.iris.config.js && vite build --config vite.iris.config.js --ssr",
"dev.retina": "vite --config vite.retina.config.js",
"build.retina": "vite build --config vite.retina.config.js && vite build --config vite.retina.config.js --ssr",
"dev.pupil": "vite --config vite.pupil.config.js",
"build.pupil": "vite build --config vite.pupil.config.js && vite build --config vite.pupil.config.js --ssr"
},
"devDependencies": {
"@codecov/vite-plugin": "^0.0.1-beta.6",
"@prettier/plugin-php": "^0.19.2",
"@tailwindcss/forms": "^0.5.2",
"@types/lodash-es": "^4.17.7",
"@types/qs": "^6.9.7",
"@types/ziggy-js": "^1.3.2",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/server-renderer": "^3.2.31",
"autoprefixer": "^10.4.2",
"axios": "^1.7",
"cypress": "^13.6.2",
"laravel-vite-plugin": "^0.7.7",
"lodash": "^4.17.19",
"postcss": "^8.4.6",
"prettier": "^2.8.0",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.83.0",
"tailwindcss": "^3.1.0",
"vite": "^4.5.5",
"vue": "^3.4.27"
},
"dependencies": {
"@beefree.io/sdk": "^7.0.1",
"@codemirror/lang-css": "^6.3.0",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/theme-one-dark": "^6.1.2",
"@fortawesome/fontawesome-free": "^6.4.2",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@headlessui/vue": "^1.7.14",
"@inertiajs/vue3": "^1.0.16",
"@kyvg/vue3-notification": "^3.1.2",
"@mailupinc/bee-plugin": "^2.3.0",
"@primevue/themes": "^4.0.4",
"@sentry/vue": "^7.120.2",
"@tiptap/extension-bubble-menu": "^2.2.4",
"@tiptap/extension-character-count": "^2.0.3",
"@tiptap/extension-color": "^2.2.3",
"@tiptap/extension-font-family": "^2.8.0",
"@tiptap/extension-hard-break": "^2.9.1",
"@tiptap/extension-heading": "^2.4.0",
"@tiptap/extension-highlight": "^2.2.3",
"@tiptap/extension-image": "^2.8.0",
"@tiptap/extension-link": "^2.2.4",
"@tiptap/extension-list-item": "^2.0.3",
"@tiptap/extension-mention": "^2.9.1",
"@tiptap/extension-placeholder": "^2.5.5",
"@tiptap/extension-subscript": "^2.2.3",
"@tiptap/extension-superscript": "^2.2.3",
"@tiptap/extension-table": "^2.8.0",
"@tiptap/extension-table-cell": "^2.8.0",
"@tiptap/extension-table-header": "^2.8.0",
"@tiptap/extension-table-row": "^2.8.0",
"@tiptap/extension-text-align": "^2.2.3",
"@tiptap/extension-text-style": "^2.8.0",
"@tiptap/extension-underline": "^2.0.3",
"@tiptap/extension-youtube": "^2.8.0",
"@tiptap/pm": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"@tiptap/vue-3": "^2.0.3",
"@vue-hero-icons/outline": "^1.7.2",
"@vue-hero-icons/solid": "^1.7.2",
"@vueform/multiselect": "^2.6.2",
"@vuepic/vue-datepicker": "^8.7.0",
"@vueuse/core": "^10.11.0",
"chart.js": "^4.4.1",
"clipboard": "^2.0.11",
"codemirror": "^6.0.1",
"date-fns": "^3.6.0",
"floating-vue": "^2.0.0-beta.24",
"jsbarcode": "^3.11.6",
"laravel-echo": "^1.15.3",
"laravel-vue-i18n": "^2.2.2",
"linkifyjs": "^4.1.3",
"lodash-es": "^4.17.21",
"md5": "^2.3.0",
"node-html-parser": "^6.1.13",
"papaparse": "^5.4.1",
"pinia": "^2.0.20",
"primevue": "^4.0.4",
"pusher-js": "^8.4.0-rc2",
"qrcode.vue": "^3.4.1",
"qs": "^6.11.1",
"splitpanes": "^3.1.5",
"string-to-color": "^2.2.2",
"swiper": "^11.0.5",
"tiptap-extension-font-size": "^1.2.0",
"ulid": "^2.3.0",
"uuid": "^9.0.0",
"v-calendar": "^3.0.3",
"vue-advanced-cropper": "^2.8.9",
"vue-chartjs": "^5.3.0",
"vue-codemirror": "^6.1.1",
"vue-collapsed": "^1.1.3",
"vue-color-kit": "^1.0.6",
"vue-cookies": "^1.8.1",
"vue-countup-v3": "^1.4.0",
"vue-currency-input": "^3.1.0",
"vue-email-editor": "^2.1.4",
"vue-json-viewer": "^3.0.4",
"vue-resizable": "^2.1.7",
"vue-tel-input": "^8.1.1",
"vue3-moveable": "^0.28.0",
"vue3-popper": "^1.5.0",
"vuedraggable": "^4.1.0"
}
}