-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.55 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint --ext .js,.vue --fix resources/js",
"format": "prettier . --write"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.1",
"@tailwindcss/typography": "^0.5.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^10.4.0",
"axios": "^1.6.0",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.25.0",
"laravel-vite-plugin": "^1.0.2",
"lodash": "^4.17.19",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"resolve-url-loader": "^5.0.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.0.1",
"vite": "^5.2.11",
"vue": "^3.0.5",
"vue-loader": "^16.1.2"
},
"dependencies": {
"@inertiajs/vue3": "^2.0.0",
"@tailwindcss/line-clamp": "^0.3.0",
"@tiptap/extension-character-count": "^2.0.0-beta.23",
"@tiptap/extension-link": "^2.0.0-beta.33",
"@tiptap/extension-typography": "*",
"@tiptap/starter-kit": "*",
"@tiptap/vue-3": "*",
"@vueform/multiselect": "^2.2.1",
"@vuepic/vue-datepicker": "^3.2.1",
"date-fns": "^2.27.0",
"remixicon": "^2.5.0",
"vue-social-sharing": "^4.0.0-alpha4"
},
"type": "module"
}