-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr",
"lint": "composer lint && npx eslint --fix \"resources/**/*.{js,vue}\" \"./*.{cjs,js}\""
},
"engines": {
"node": ">=20.9.0",
"npm": ">=10.2.3"
},
"devDependencies": {
"@inertiajs/vue3": "^1.2.0",
"@tailwindcss/forms": "^0.5.7",
"@vitejs/plugin-vue": "5.1.0",
"@vue/server-renderer": "^3.4.33",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-vue": "^9.27.0",
"laravel-vite-plugin": "^1.0.5",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"vite": "^5.3.4",
"vue": "^3.4.33"
},
"dependencies": {
"@ckeditor/ckeditor5-vue": "^6.0.0",
"@vueuse/components": "^10.11.0",
"@vueuse/core": "^10.11.0",
"ckeditor5": "^42.0.1"
}
}