-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
40 lines (40 loc) · 1.33 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"build:ssr": "vite build && vite build --ssr",
"fix:eslint": "eslint --ext .js,.vue resources/js/ --fix",
"fix:prettier": "prettier --write --loglevel warn 'resources/js/**/*.vue'",
"fix-code-style": "npm run fix:prettier && npm run fix:eslint"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@popperjs/core": "^2.11.0",
"@tailwindcss/typography": "^0.5.7",
"@tiptap/starter-kit": "^2.1.12",
"@tiptap/vue-3": "^2.1.12",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/server-renderer": "^3.2.45",
"autoprefixer": "^10.4.7",
"eslint": "^8.32.0",
"eslint-plugin-vue": "^9.9.0",
"laravel-echo": "^1.16.1",
"laravel-vite-plugin": "^0.7.3",
"lodash": "^4.17.21",
"postcss": "^8.4.14",
"postcss-import": "^14.0.1",
"postcss-nesting": "^12.0.1",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"pusher-js": "^7.6.0",
"tailwindcss": "^3.1.3",
"uuid": "^8.3.2",
"vite": "^4.0.4",
"vue": "^3.3.4",
"vue-loader": "^17.0.0",
"vue3-carousel": "^0.1.48",
"vue3-emoji-picker": "^1.1.8",
"ziggy-js": "^2.2.1"
}
}