-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
80 lines (79 loc) · 2.35 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"version": "0.0.3",
"private": true,
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr",
"release": "standard-version",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky install"
},
"dependencies": {
"@antfu/eslint-config": "^0.27.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@headlessui/vue": "^1.7.3",
"@iconify/iconify": "^3.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0",
"@vueuse/components": "^9.4.0",
"@vueuse/core": "^9.4.0",
"@vueuse/motion": "^2.0.0-beta.12",
"add": "^2.0.6",
"eslint": "8.22.0",
"filepond": "^4.30.4",
"filepond-plugin-file-poster": "^2.5.1",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-preview": "^4.6.11",
"filepond-plugin-image-resize": "^2.0.10",
"floating-vue": "^2.0.0-beta.20",
"highcharts": "^10.2.1",
"highcharts-vue": "^1.4.0",
"maska": "^2.1.3",
"pinia": "^2.0.23",
"typescript": "^4.8.4",
"vue-filepond": "^7.0.3",
"vue-select": "^4.0.0-beta.6",
"ziggy-js": "^1.5.0"
},
"devDependencies": {
"@iconify/json": "^2.1.139",
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"@inertiajs/server": "^0.1.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"@types/lodash": "^4.14.186",
"@types/ziggy-js": "^1.3.2",
"@vitejs/plugin-vue": "^3.0.0",
"@vue-macros/volar": "^0.5.7",
"@vue/server-renderer": "^3.2.31",
"autoprefixer": "^10.4.13",
"axios": "^0.27",
"husky": "^8.0.3",
"laravel-echo": "^1.14.2",
"laravel-vite-plugin": "^0.6.0",
"lint-staged": "^13.2.0",
"lodash": "^4.17.19",
"postcss": "^8.4.20",
"pusher-js": "^8.0.0",
"standard-version": "^9.5.0",
"tailwindcss": "^3.2.4",
"unplugin-auto-import": "^0.11.2",
"unplugin-icons": "^0.14.12",
"unplugin-vue-components": "^0.22.8",
"unplugin-vue-macros": "^0.15.0",
"vite": "^3.0.0",
"vite-plugin-pwa": "^0.13.3",
"vue": "^3.2.31"
},
"lint-staged": {
"**/*.php": "./vendor/bin/pint"
}
}