goodsnotices/package.json
zhouchangcheng 05d3311506 init
2024-05-24 15:55:55 +08:00

14 lines
248 B
JSON
Executable File

{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0.0",
"vite": "^5.0.0"
}
}