forked from simrail/map-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 818 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 818 Bytes
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
{
"name": "simrail-map-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "pnpm run --filter \"./packages/**\" --parallel dev",
"build": "pnpm run --filter \"./packages/**\" --parallel build",
"check": "biome check",
"fix": "biome check --fix"
},
"dependencies": {
"@simrail/types": "^0.0.4",
"@types/node": "^20.17.10",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"eslint": "8.30.0",
"eslint-config-next": "14.2.5",
"mantine-flagpack": "4.0.0",
"next": "14.2.15",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "4.9.4"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/leaflet": "^1.9.15"
},
"pnpm": {
"overrides": {
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10"
}
}
}