-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "teremon",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix vite:build && cp ./.pokemon ./build/server",
"deploy": "fly deploy --remote-only",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"lint": "eslint .",
"scripts": "tsx ",
"typecheck": "tsc"
},
"dependencies": {
"@react-router/node": "^7.1.0",
"@react-router/serve": "^7.1.0",
"better-sqlite3": "^11.7.0",
"isbot": "^5.1.9",
"pokedex-promise-v2": "^4.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-router": "^7.1.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@react-router/dev": "^7.1.0",
"@tailwindcss/typography": "^0.5.15",
"@types/better-sqlite3": "^7.6.12",
"@types/node": "^22.10.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vite": "^6.0.5",
"vite-tsconfig-paths": "^5.1.4"
},
"engines": {
"node": ">=18.0.0"
}
}