-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.1 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.1 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"private": true,
"sideEffects": false,
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"format": "prettier --write .",
"etl": "node --env-file-if-exists=.env --import tsx app/scripts/etl.ts",
"db:migrate": "node --env-file-if-exists=.env --import tsx node_modules/kysely-ctl/dist/bin.mjs migrate latest",
"items-seen-from-mafia": "node --env-file-if-exists=.env --import tsx app/scripts/itemsSeenFromMafia.ts"
},
"type": "module",
"dependencies": {
"@chakra-ui/react": "^3.30.0",
"@chakra-ui/system": "^2.6.2",
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.14.1",
"@react-router/fs-routes": "^7.11.0",
"@react-router/node": "^7.11.0",
"downshift": "^9.0.13",
"entities": "^7.0.0",
"isbot": "^5.1.32",
"kysely": "^0.28.9",
"next-themes": "^0.4.6",
"node-fetch": "^3.3.2",
"pg": "^8.16.3",
"pg-copy-streams": "^7.0.0",
"postgres": "^3.4.7",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-icons": "^5.5.0",
"react-router": "^7.11.0",
"typescript": "^5.9.3"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@react-router/dev": "^7.11.0",
"@react-router/serve": "^7.11.0",
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"@types/node": "^25.0.3",
"@types/pg": "^8.16.0",
"@types/pg-copy-streams": "^1.2.5",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"data-of-loathing": "^3.2.2",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"kysely-ctl": "^0.20.0",
"prettier": "^3.7.4",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.50.0",
"vite": "^7.3.0",
"vite-tsconfig-paths": "^6.0.3"
},
"resolutions": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@emotion/utils": "1.4.0"
},
"engines": {
"node": ">=20"
},
"packageManager": "yarn@4.2.1"
}