mirror of https://github.com/4xmen/xshop.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
524 B
JSON
24 lines
524 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@popperjs/core": "^2.11.6",
|
|
"@vitejs/plugin-vue": "^4.5.0",
|
|
"axios": "^1.6.4",
|
|
"bootstrap": "^5.2.3",
|
|
"laravel-vite-plugin": "^1.0",
|
|
"sass": "^1.56.1",
|
|
"vite": "^5.0",
|
|
"vue": "^3.2.37"
|
|
},
|
|
"dependencies": {
|
|
"remixicon": "^4.2.0",
|
|
"three": "0.150.0",
|
|
"vazirmatn": "^33.0.3"
|
|
}
|
|
}
|