-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.1 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint --fix --ext .js,.vue resources/js"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@vitejs/plugin-vue": "^4.5.0",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.16",
"axios": "^1.6.1",
"cross-env": "^7.0",
"eslint": "^8.56.0",
"eslint-plugin-tailwindcss": "^3.14.2",
"eslint-plugin-vue": "^9.19.2",
"howler": "^2.2.1",
"laravel-vite-plugin": "^1.0.0",
"lodash": "^4.17.19",
"markdown-it": "^14.0.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"postcss": "^8.4.32",
"primevue": "^3.45.0",
"resolve-url-loader": "^5.0.0",
"tailwindcss": "^3.4.0",
"vite": "^5.0.0",
"vue": "^3.2.41",
"vue-load-image": "^1.1.0",
"vue-loader": "^17.4.2",
"vue-template-compiler": "^2.6.10",
"vue3-click-away": "^1.2.4"
}
}