aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json105
1 files changed, 53 insertions, 52 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 12aa6ba..d54b3e0 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,54 +1,55 @@
{
- "name": "iosdc-japan-2024-albatross-frontend",
- "private": true,
- "sideEffects": false,
- "type": "module",
- "scripts": {
- "build": "remix vite:build",
- "dev": "remix vite:dev",
- "lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
- "openapi-typescript": "npx --no-install openapi-typescript --output ./app/.server/api/schema.d.ts ../openapi.yaml",
- "start": "remix-serve ./build/server/index.js",
- "typecheck": "tsc"
- },
- "dependencies": {
- "@remix-run/node": "^2.10.3",
- "@remix-run/react": "^2.10.3",
- "@remix-run/serve": "^2.10.3",
- "isbot": "^5.1.13",
- "jwt-decode": "^4.0.0",
- "openapi-fetch": "^0.10.2",
- "react": "^18.3.1",
- "react-dom": "^18.3.1",
- "react-use-websocket": "^4.8.1",
- "remix-auth": "^3.7.0",
- "remix-auth-form": "^1.5.0",
- "remix-utils": "^7.6.0",
- "sakura.css": "^1.5.0",
- "use-debounce": "^10.0.1"
- },
- "devDependencies": {
- "@remix-run/dev": "^2.10.3",
- "@types/react": "^18.3.3",
- "@types/react-dom": "^18.3.0",
- "@typescript-eslint/eslint-plugin": "^6.7.4",
- "@typescript-eslint/parser": "^6.7.4",
- "autoprefixer": "^10.4.19",
- "eslint": "^8.56.0",
- "eslint-import-resolver-typescript": "^3.6.1",
- "eslint-plugin-import": "^2.29.1",
- "eslint-plugin-jsx-a11y": "^6.9.0",
- "eslint-plugin-react": "^7.35.0",
- "eslint-plugin-react-hooks": "^4.6.2",
- "openapi-typescript": "^7.1.0",
- "postcss": "^8.4.40",
- "prettier": "^3.3.3",
- "tailwindcss": "^3.4.7",
- "typescript": "^5.5.4",
- "vite": "^5.3.5",
- "vite-tsconfig-paths": "^4.3.2"
- },
- "engines": {
- "node": ">=20.0.0"
- }
+ "name": "iosdc-japan-2024-albatross-frontend",
+ "private": true,
+ "sideEffects": false,
+ "type": "module",
+ "scripts": {
+ "build": "remix vite:build",
+ "check": "biome check --write",
+ "dev": "remix vite:dev",
+ "lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
+ "openapi-typescript": "openapi-typescript --output ./app/.server/api/schema.d.ts ../openapi.yaml",
+ "start": "remix-serve ./build/server/index.js",
+ "typecheck": "tsc"
+ },
+ "dependencies": {
+ "@remix-run/node": "^2.10.3",
+ "@remix-run/react": "^2.10.3",
+ "@remix-run/serve": "^2.10.3",
+ "isbot": "^5.1.13",
+ "jwt-decode": "^4.0.0",
+ "openapi-fetch": "^0.10.2",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
+ "react-use-websocket": "^4.8.1",
+ "remix-auth": "^3.7.0",
+ "remix-auth-form": "^1.5.0",
+ "remix-utils": "^7.6.0",
+ "sakura.css": "^1.5.0",
+ "use-debounce": "^10.0.1"
+ },
+ "devDependencies": {
+ "@biomejs/biome": "^1.8.3",
+ "@remix-run/dev": "^2.10.3",
+ "@types/react": "^18.3.3",
+ "@types/react-dom": "^18.3.0",
+ "@typescript-eslint/eslint-plugin": "^6.7.4",
+ "@typescript-eslint/parser": "^6.7.4",
+ "autoprefixer": "^10.4.19",
+ "eslint": "^8.56.0",
+ "eslint-import-resolver-typescript": "^3.6.1",
+ "eslint-plugin-import": "^2.29.1",
+ "eslint-plugin-jsx-a11y": "^6.9.0",
+ "eslint-plugin-react": "^7.35.0",
+ "eslint-plugin-react-hooks": "^4.6.2",
+ "openapi-typescript": "^7.1.0",
+ "postcss": "^8.4.40",
+ "tailwindcss": "^3.4.7",
+ "typescript": "^5.5.4",
+ "vite": "^5.3.5",
+ "vite-tsconfig-paths": "^4.3.2"
+ },
+ "engines": {
+ "node": ">=20.0.0"
+ }
}