37 lines
1 KiB
JSON
37 lines
1 KiB
JSON
{
|
|
"name": "app",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "oxlint",
|
|
"preview": "vite preview",
|
|
"deploy": "npm run build && node check-qa.cjs && node --env-file=.env deploy.js",
|
|
"deploy:force": "npm run build && node --env-file=.env deploy.js",
|
|
"d": "npm run deploy",
|
|
"df": "npm run deploy:force",
|
|
"watch-deploy": "node --env-file=.env watch-deploy.js",
|
|
"test:ui": "playwright test"
|
|
},
|
|
"dependencies": {
|
|
"i18next": "^26.3.6",
|
|
"i18next-browser-languagedetector": "^8.2.1",
|
|
"lucide-react": "^0.469.0",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"react-i18next": "^17.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.13.2",
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.3",
|
|
"oxlint": "^1.71.0",
|
|
"ssh2-sftp-client": "^9.1.0",
|
|
"typescript": "~6.0.2",
|
|
"vite": "^8.1.1",
|
|
"@playwright/test": "1.49.0"
|
|
}
|
|
}
|