Files
ksan f1d11085a1
CI/CD / build (push) Failing after 6s
CI/CD / deploy (push) Has been skipped
testing build and deploy
2026-05-31 14:25:07 +02:00

19 lines
306 B
JSON

{
"name": "testapp",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.1"
}
}