This repository has been archived by the owner on May 20, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
57 lines (57 loc) · 1.79 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@inertiajs/inertia": "^0.10.0",
"@inertiajs/inertia-vue3": "^0.5.1",
"@inertiajs/progress": "^0.2.6",
"@spiralscout/websockets": "0.0.5",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.3.0",
"@vue/compiler-sfc": "^3.0.5",
"axios": "^0.21",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"postcss-import": "^12.0.1",
"resolve-url-loader": "^4.0.0",
"sass": "^1.43.5",
"sass-loader": "^12.3.0",
"tailwindcss": "^2.0.1",
"vue": "^3.0.5",
"vue-loader": "^16.1.2"
},
"dependencies": {
"@headlessui/vue": "^1.4.0",
"@ivanv/vue-collapse-transition": "^1.0.2",
"@kyvg/vue3-notification": "^2.3.3",
"@vueform/toggle": "^2.0.1",
"ag-grid-vue3": "^28.0.0",
"moment": "^2.29.1",
"postcss-nesting": "^10.0.2",
"reconnecting-websocket": "^4.4.0",
"simple-syntax-highlighter": "^2.0.6",
"uuid": "^8.3.2",
"v-pagination-3": "^0.1.7",
"vue-loading-overlay": "^5.0.3",
"vue-markdown": "^2.2.4",
"vue3-clipboard": "^1.0.0",
"vue3-markdown-it": "^1.0.9",
"vue3-perfect-scrollbar": "^1.5.5",
"vuex": "^4.0.2",
"xterm": "^4.14.1",
"xterm-addon-fit": "^0.5.0",
"ziggy-js": "^1.4.0"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
}
}