-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.39 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "./node_modules/.bin/eslint resources/js --ext .js,.vue",
"lintf": "./node_modules/.bin/eslint resources/js --ext .js,.vue --fix"
},
"devDependencies": {
"@fullcalendar/interaction": "^6.1.7",
"@inertiajs/vue3": "^1.0.0",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-vue": "^4.2.3",
"autoprefixer": "^10.4.12",
"axios": "^1.1.2",
"eslint": "^8.37.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.14.1",
"laravel-vite-plugin": "^0.7.2",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.1",
"vite": "^4.2.3",
"vue": "^3.2.41"
},
"dependencies": {
"@fullcalendar/core": "^6.1.7",
"@fullcalendar/daygrid": "^6.1.7",
"@fullcalendar/list": "^6.1.7",
"@fullcalendar/multimonth": "^6.1.7",
"@fullcalendar/resource": "^6.1.7",
"@fullcalendar/resource-timeline": "^6.1.7",
"@fullcalendar/timegrid": "^6.1.7",
"@fullcalendar/vue3": "^6.1.7",
"@headlessui/vue": "^1.7.13",
"@heroicons/vue": "^2.0.18",
"dayjs": "^1.11.7",
"momentum-modal": "^0.2.1"
}
}