-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.54 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@mdi/font": "^7.1.96",
"@tailwindcss/forms": "^0.5.3",
"@types/lodash": "^4.14.191",
"@types/node": "^18.13.0",
"@types/ziggy-js": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.12",
"axios": "^1.1.2",
"daisyui": "^2.6.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.10.0",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.21",
"postcss": "^8.4.18",
"prettier": "2.8.7",
"tailwindcss": "^3.2.1",
"typescript": "^4.9.5",
"vite": "^4.0.0",
"vite-plugin-vuetify": "^1.0.2",
"vue": "^3.2.41",
"vuetify": "^3.1.6",
"ziggy-js": "^1.5.0"
},
"dependencies": {
"filepond": "^4.30.4",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-preview": "^4.6.11",
"laravel-echo": "^1.15.0",
"material-design-icons-iconfont": "^6.7.0",
"notiwind": "^2.0.0",
"pinia": "^2.0.33",
"pretty-print-json": "^1.5.0",
"pusher-js": "^8.0.1",
"vue-color-input": "^1.0.6",
"vue-filepond": "^7.0.3"
},
"web-types": "./web-types.json"
}