feature primaya

This commit is contained in:
ivan-sim
2026-02-20 08:55:03 +07:00
parent 127ef3ff50
commit bc8a088d8b
35 changed files with 644 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"axios": "^0.21.4",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"laravel-vite-plugin": "^0.6.0",
"lodash": "^4.17.21",
"postcss": "^8.3.7",
"vite": "^3.0.9"
}
}