-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.48 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.48 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
{
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"lint": "run-p lint:*",
"lint:css": "stylelint \"**/*.css\"",
"lint:js": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"prettier": "prettier --write .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.13.1",
"@react-router/node": "7.13.1",
"@sentry/react-router": "10.45.0",
"clsx": "2.1.1",
"geolib": "3.3.4",
"isbot": "5.1.36",
"pretty-cache-header": "1.0.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-router": "7.13.1",
"slow-zone": "4.2.0",
"tiny-invariant": "1.3.3"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.5",
"@eslint/js": "9.39.2",
"@react-router/dev": "7.13.1",
"@react-router/serve": "7.13.1",
"@sentry/vite-plugin": "5.1.1",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"lodash": "4.17.23",
"npm-run-all": "4.1.5",
"prettier": "3.8.1",
"stylelint": "17.5.0",
"stylelint-config-standard": "40.0.0",
"typescript": "5.9.3",
"vite": "7.3.1",
"vite-tsconfig-paths": "6.1.1"
},
"engines": {
"node": "24.x"
}
}