-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 877 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@prettier/plugin-php": "^0.19.1",
"autoprefixer": "^10.4.2",
"axios": "^0.21",
"laravel-vite-plugin": "^0.8.0",
"lodash": "^4.17.19",
"postcss": "^8.4.5",
"prettier": "^2.7.1",
"tailwindcss": "^3.0.17",
"vite": "^4.4.9",
"vue-loader": "^16.8.3"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@vitejs/plugin-vue": "^4.3.4",
"@vueuse/core": "^7.7.1",
"laravel-vue-i18n": "^1.2.0",
"pinch-zoom-js": "^2.3.5",
"pinia": "^2.0.11",
"v-lazy-image": "^2.1.1",
"vue": "^3.2.29",
"vue-router": "^4.0.12",
"vue3-carousel": "^0.1.46",
"vue3-markdown-it": "^1.0.10"
}
}