mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 15:23:03 +02:00
- Add +x to Python scripts with shebangs (3 files) - Remove -x from non-script files like .cpp, .txt, makefile (23 files) - Move shebang to first line in C/imageViewer/lint.sh
34 lines
815 B
JSON
34 lines
815 B
JSON
{
|
|
"name": "champions-league-scores",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "concurrently \"vite\" \"npm:server:dev\"",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"server:dev": "tsx watch server/src/server.ts"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.2",
|
|
"dotenv": "^16.4.5",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.19.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"@types/express": "^4.17.21",
|
|
"@types/cors": "^2.8.17",
|
|
"@types/node": "^20.12.12",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"concurrently": "^8.2.2",
|
|
"ts-node-dev": "^2.0.0",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5.4.5",
|
|
"vite": "^5.3.3"
|
|
}
|
|
}
|