feat: initial import.
This commit is contained in:
57
package.json
Normal file
57
package.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"name": "game-logger",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"main": "dist/server/index.js",
|
||||
"scripts": {
|
||||
"dev:server": "ts-node-dev --project ./src/server/tsconfig.json --inspect=4321 --respawn --transpile-only --ignore-watch node_modules ./src/server/index.ts",
|
||||
"dev:client": "vite serve ./src/client",
|
||||
"dev:typecheck": "tsc --noEmit --watch --project ./src/client/tsconfig.json --preserveWatchOutput",
|
||||
"dev": "concurrently -c magenta,blue,green npm:dev:*",
|
||||
"build:server": "tsc --project ./src/server/tsconfig.json",
|
||||
"build:client": "vite build ./src/client",
|
||||
"build": "concurrently -c magenta,blue npm:build:*",
|
||||
"start": "node dist/server/index.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@emotion/react": "^11.14.0",
|
||||
"@emotion/styled": "^11.14.0",
|
||||
"@fontsource/roboto": "^5.1.1",
|
||||
"@mui/icons-material": "^6.3.1",
|
||||
"@mui/material": "^6.3.1",
|
||||
"@mui/x-date-pickers": "^7.23.3",
|
||||
"@tanstack/react-query": "^4.0.0",
|
||||
"@ts-rest/react-query": "^3.51.0",
|
||||
"@types/cors": "^2.8.17",
|
||||
"@types/express": "^4.0.0",
|
||||
"@types/multer": "^1.4.12",
|
||||
"@types/node": "^22.10.5",
|
||||
"@types/react": "^18.0.0",
|
||||
"@types/react-dom": "^18.0.0",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"concurrently": "^9.1.2",
|
||||
"date-fns": "^4.1.0",
|
||||
"material-react-table": "^3.1.0",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"react-router": "^7.1.1",
|
||||
"ts-node-dev": "^2.0.0",
|
||||
"typescript": "^5.7.2",
|
||||
"vite": "^6.0.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ts-rest/core": "^3.51.0",
|
||||
"@ts-rest/express": "^3.51.0",
|
||||
"async-wrapper-express-ts": "^3.1.6",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.4.7",
|
||||
"express": "^4.0.0",
|
||||
"kysely": "^0.27.5",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"mysql2": "^3.12.0",
|
||||
"zod": "^3.24.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user