-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.85 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.85 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
{
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"start": "NODE_ENV=production NODE_OPTIONS='--import ./instrument.server.mjs' react-router-serve ./build/server/index.js",
"build": "react-router build",
"dev": "NODE_OPTIONS='--import ./instrument.server.mjs' react-router dev",
"lint:css": "stylelint \"**/*.css\"",
"lint:js": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"prettier": "prettier --write .github/ app/ *.md package.json",
"prettier:check": "prettier --check .github/ app/ *.md package.json",
"typecheck": "react-router typegen && tsc -b",
"update-stations": "node scripts/update-station-data.js && prettier --write 'app/data/stations.json'"
},
"dependencies": {
"@react-router/fs-routes": "7.14.2",
"@react-router/node": "7.14.2",
"@sentry/profiling-node": "10.51.0",
"@sentry/react-router": "10.51.0",
"clsx": "2.1.1",
"geolib": "3.3.14",
"isbot": "5.1.39",
"pretty-cache-header": "1.0.0",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-router": "7.14.2",
"slow-zone": "4.4.0",
"tiny-invariant": "1.3.3"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "5.6.6",
"@eslint/js": "10.0.1",
"@react-router/dev": "7.14.2",
"@react-router/serve": "7.14.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@typescript-eslint/eslint-plugin": "8.59.1",
"@typescript-eslint/parser": "8.59.1",
"eslint": "10.3.0",
"eslint-config-prettier": "10.1.8",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-import-x": "4.16.2",
"lodash": "4.18.1",
"prettier": "3.8.3",
"stylelint": "17.9.1",
"stylelint-config-standard": "40.0.0",
"typescript": "6.0.3",
"vite": "8.0.10"
},
"engines": {
"node": "24.x"
},
"packageManager": "pnpm@10.33.1"
}