forked from gobrightspot/nova-detached-actions
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.75 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.75 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
{
"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": {
"@vue/compiler-sfc": "^3.2.22",
"cross-env": "^7.0.2",
"laravel-mix": "^6.0.41",
"resolve-url-loader": "^5.0.0",
"sass": "^1.51.0",
"sass-loader": "^12.6.0",
"vue-loader": "^16.8.3",
"vue-template-compiler": "^0.1.0"
},
"dependencies": {
"@floating-ui/vue": "^1.1.6",
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.2.0",
"@inertiajs/vue3": "^2.0.8",
"@popperjs/core": "^2.11.8",
"@vue/compat": "^3.5.13",
"@vueuse/core": "^10.11.1",
"@vueuse/integrations": "^10.11.1",
"autosize": "^4.0.4",
"axios": "^1.8.1",
"chartist": "^1.3.1",
"chartist-plugin-tooltips-updated": "^1.0.0",
"codemirror": "^5.65.19",
"colortranslator": "^1.10.2",
"floating-vue": "^2.0.0",
"focus-trap": "^7.6.4",
"inflector-js": "^1.0.1",
"js-cookie": "^2.2.1",
"laravel-echo": "^1.16.1",
"laravel-nova-ui": "^0.4.12",
"laravel-vapor": "^0.7.1",
"lodash": "^4.17.21",
"luxon": "^1.28.1",
"mousetrap": "^1.6.5",
"nprogress": "^0.2.0",
"numbro": "^2.5.0",
"pusher-js": "^7.6.0",
"slugify": "^1.6.6",
"tiny-emitter": "^2.1.0",
"toastedjs": "0.0.2",
"trix": "^2.1.13",
"uid": "^2.0.2",
"vue": "^3.5.13",
"vuex": "^4.1.0"
}
}