Commits on Source (236)
.eslintrc.json
0 → 100644
.gitlab-ci.yml
0 → 100644
.gitlab/ci/deploy.yml
0 → 100644
.gitlab/ci/wiki.yml
0 → 100644
.gitlab/dependabot.yml
0 → 100644
.nvmrc
0 → 100644
doc/deploy/sentry.md
0 → 100644
doc/home.md
0 → 100644
docker-start-worker.sh
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.
... | @@ -10,6 +10,7 @@ | ... | @@ -10,6 +10,7 @@ |
], | ], | ||
"main": "src/index.ts", | "main": "src/index.ts", | ||
"scripts": { | "scripts": { | ||
"lint": "eslint", | |||
"dev:client": "npm run dev -w packages/client", | "dev:client": "npm run dev -w packages/client", | ||
"dev:server": "npm run dev -w packages/server", | "dev:server": "npm run dev -w packages/server", | ||
"prisma:studio": "npm run prisma:studio -w packages/server", | "prisma:studio": "npm run prisma:studio -w packages/server", | ||
... | @@ -24,14 +25,41 @@ | ... | @@ -24,14 +25,41 @@ |
"author": "", | "author": "", | ||
"license": "ISC", | "license": "ISC", | ||
"devDependencies": { | "devDependencies": { | ||
"@tsconfig/recommended": "^1.0.2", | "@sentry/cli": "^2.40.0", | ||
"dotenv": "^16.3.1", | "@sentry/vite-plugin": "^2.22.7", | ||
"nodemon": "^3.0.1", | "@tsconfig/recommended": "^1.0.8", | ||
"prettier": "^3.0.1", | "@tsconfig/vite-react": "^3.4.0", | ||
"@types/react": "^19.0.3", | |||
"@types/react-dom": "^19.0.2", | |||
"@typescript-eslint/eslint-plugin": "^8.19.1", | |||
"@typescript-eslint/parser": "^8.19.1", | |||
"@vitejs/plugin-react": "^4.3.4", | |||
"autoprefixer": "^10.4.20", | |||
"dotenv": "^16.4.7", | |||
"dotenv-cli": "^8.0.0", | |||
"eslint": "^8.57.0", | |||
"eslint-config-react-app": "^7.0.1", | |||
"eslint-formatter-gitlab": "^5.1.0", | |||
"eslint-plugin-react-hooks": "^5.1.0", | |||
"eslint-plugin-simple-import-sort": "^12.1.1", | |||
"nodemon": "^3.1.9", | |||
"prettier": "^3.4.2", | |||
"tailwindcss": "^3.4.17", | |||
"ts-node": "^10.9.1", | "ts-node": "^10.9.1", | ||
"typescript": "^5.1.6" | "tsx": "^4.19.2", | ||
"typescript": "^5.7.2", | |||
"vite": "^6.0.7", | |||
"vite-plugin-simple-html": "^0.2.0" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@quixo3/prisma-session-store": "^3.1.13" | "@fortawesome/fontawesome-svg-core": "^6.7.2", | ||
"@fortawesome/free-brands-svg-icons": "^6.7.2", | |||
"@fortawesome/react-fontawesome": "^0.2.2", | |||
"@quixo3/prisma-session-store": "^3.1.13", | |||
"@sentry/react": "^8.48.0", | |||
"next-themes": "^0.4.4", | |||
"react": "^19.0.0", | |||
"react-dom": "^19.0.0", | |||
"react-toastify": "^11.0.2" | |||
} | } | ||
} | } |