-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.66 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": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"devDependencies": {
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@vue/compiler-sfc": "^3.2.29",
"autoprefixer": "^10.4.2",
"axios": "^0.19",
"cross-env": "^7.0",
"laravel-mix": "^6.0.0",
"lodash": "^4.17.19",
"postcss": "^8.3.5",
"postcss-custom-properties": "^11.0.0",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.6",
"resolve-url-loader": "^3.1.2",
"tailwindcss": "^3.0.23",
"vue": "^3.2.29",
"vue-loader": "^16.8.3"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@headlessui/vue": "^1.4.1",
"@heroicons/vue": "^1.0.4",
"@inertiajs/progress": "^0.2.6",
"@sentry/tracing": "^6.12.0",
"@sentry/vue": "^6.12.0",
"@tiptap/extension-placeholder": "^2.0.0-beta.48",
"@tiptap/starter-kit": "^2.0.0-beta.183",
"@tiptap/vue-3": "^2.0.0-beta.90",
"@vueform/multiselect": "^2.2.0",
"dayjs": "^1.9.6",
"immer": "^9.0.12",
"lodash-es": "^4.17.15",
"md5": "^2.3.0",
"vue-meta": "^2.4.0",
"vue-multiselect": "^2.1.6",
"vue-social-sharing": "^4.0.0-alpha4",
"vue-styled-components": "^1.5.1",
"vue-toastification": "^2.0.0-rc.5",
"vue3-styled-components": "^1.2.1"
},
"browserslist": [
"defaults"
]
}