-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.61 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.61 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"private": true,
"packageManager": "pnpm@8.0.0",
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "mix --production",
"production": "mix --production"
},
"devDependencies": {
"@inertiajs/inertia": "^0.7.0",
"@inertiajs/inertia-vue": "^0.4.3",
"@inertiajs/progress": "^0.2.4",
"@stripe/stripe-js": "^1.11.0",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.3.1",
"@tailwindui/vue": "0.1.0-alpha.2",
"@tiptap/core": "^2.0.0-alpha.10",
"@tiptap/vue": "^2.0.0-alpha.6",
"@tiptap/vue-starter-kit": "^2.0.0-alpha.9",
"@videojs/themes": "^1.0.1",
"@vueuse/core": "^4.0.3",
"@xstate/inspect": "^0.2.0",
"@xstate/vue": "^0.3.0",
"add-zero": "^1.0.0",
"autoprefixer": "^10.2.0",
"axios": "^0.20.0",
"axios-auth-refresh": "^3.0.0",
"cleave.js": "^1.6.0",
"clipboard-copy": "github:jalt007/clipboard-copy#fallback-on-error",
"collect.js": "^4.28.6",
"country-emoji": "^1.5.4",
"cross-env": "^7.0.3",
"del": "^5.1.0",
"focus-trap": "^5.1.0",
"focus-trap-vue": "0.0.6",
"illusory": "^2.0.3",
"js-cookie": "^3.0.0-rc.1",
"laravel-echo": "^1.10.0",
"laravel-jetstream": "^1.2.0",
"laravel-mix": "^6.0.6",
"lodash-es": "^4.17.20",
"parse-ms": "^2.1.0",
"portal-vue": "^2.1.7",
"postcss": "^8.2.2",
"postcss-cli": "^8.3.1",
"postcss-import": "^12.0.1",
"postcss-loader": "^4.1.0",
"postcss-preset-env": "^6.7.0",
"pusher-js": "github:findmate/pusher-js-websocket-only#eb5e2232701adf3ca6f6742f57a78a12aaec6bfe",
"tailable-pagination": "^0.1.22",
"tailwindcss": "^2.0.2",
"v-click-outside": "^3.1.2",
"v-wave": "^1.1.0",
"verbal-expressions": "^1.0.2",
"videojs-record": "github:jalt007/videojs-record#01e82133fb82c03a6d3e052833829a2b9ae4adad",
"vue": "^2.6.12",
"vue-fragment": "^1.5.1",
"vue-jsonp": "^2.0.0",
"vue-loader": "^15.9.6",
"vue-meta": "^2.4.0",
"vue-smooth-reflow": "^0.1.12",
"vue-template-compiler": "^2.6.12",
"webpack-livereload-plugin": "^1.2.0",
"worker-loader": "^2.0.0",
"xstate": "^4.15.3",
"ziggy-js": "^1.0.4"
},
"resolutions": {
"prosemirror-model": "^1.13.0"
}
}