-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.33 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.33 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
{
"name": "pricegun",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"test": "vitest",
"etl": "node --env-file-if-exists .env --import tsx ./scripts/etl.ts",
"format": "prettier --write ."
},
"engines": {
"node": ">=23"
},
"dependencies": {
"@react-router/node": "^7.12.0",
"@react-router/serve": "^7.12.0",
"clsx": "^2.1.1",
"data-of-loathing": "^2.6.2",
"date-fns": "^4.1.0",
"decimal.js": "^10.6.0",
"dotenv": "^17.2.3",
"isbot": "^5.1.32",
"kysely": "^0.28.9",
"pg": "^8.17.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-is": "^19.2.3",
"react-router": "^7.12.0",
"recharts": "^3.6.0"
},
"devDependencies": {
"@react-router/dev": "^7.12.0",
"@types/node": "^25.0.9",
"@types/pg": "^8.16.0",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@types/react-is": "^19.2.0",
"kysely-ctl": "^0.20.0",
"prettier": "^3.8.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-plugin-css-modules": "^5.2.0",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^6.0.4",
"vitest": "^4.0.17"
},
"packageManager": "yarn@4.11.0"
}