-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.9 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"@types/drawflow": "^0.0.11",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.7",
"axios": "^1.1.2",
"laravel-echo": "^1.16.1",
"laravel-vite-plugin": "^0.7.5",
"postcss": "^8.4.14",
"pusher-js": "^8.4.0-rc2",
"tailwindcss": "^3.1.0",
"vite": "^4.0.0",
"vue": "^3.2.31"
},
"dependencies": {
"@google-cloud/dialogflow": "^6.1.0",
"@headlessui/vue": "^1.7.16",
"@heroicons/vue": "^2.0.18",
"@kbco/query-builder": "^0.0.4",
"@meforma/vue-toaster": "^1.3.0",
"@types/matrix-js-sdk": "^11.1.0",
"chart.js": "^4.4.0",
"chia": "^0.0.1",
"cli-spinners": "^2.9.1",
"compromise": "^14.11.0",
"dayjs": "^1.11.9",
"dotenv": "^16.3.1",
"drawflow": "^0.0.59",
"mariadb": "^3.2.1",
"matrix-bot-sdk": "^0.7.0",
"matrix-js-sdk": "^29.1.0",
"mocha": "^10.2.0",
"mysql2": "^3.6.1",
"node-fetch": "^3.3.1",
"node-localstorage": "^3.0.5",
"notiwind": "^2.0.2",
"ora": "^7.0.1",
"prompts": "^2.4.2",
"pusher": "^5.1.3",
"sequelize": "^6.33.0",
"supertest": "^6.3.3",
"vue-draggable-next": "^2.2.1",
"vue-json-pretty": "^2.2.4",
"vue-select": "^4.0.0-beta.6",
"vue3-markdown-it": "^1.0.10",
"vuedraggable": "^4.1.0",
"vuex": "^4.1.0",
"ws": "^8.14.2",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"xterm-addon-unicode11": "^0.6.0",
"xterm-addon-web-links": "^0.9.0",
"yargs": "^17.7.2"
}
}