-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
72 lines (72 loc) · 2.04 KB
/
package.json
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
70
71
72
{
"name": "otrainmap",
"version": "3.5.6",
"description": "",
"private": true,
"type": "module",
"types": "src/index.d.ts",
"scripts": {
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest",
"build": "node utils/assemble-data.js && vite build",
"watch:data": "nodemon --watch data --watch src/config.json utils/assemble-data.js",
"start": "concurrently \"npm run watch:data\" \"npm run start:vite\"",
"start:vite": "vite",
"clean": "rm -r dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OTrainFans/OTrainMap.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/OTrainFans/OTrainMap/issues"
},
"homepage": "https://github.com/OTrainFans/OTrainMap#readme",
"devDependencies": {
"@types/geojson": "7946.0.14",
"@types/mapbox-gl": "3.1.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-virtualized": "9.21.30",
"@types/sql.js": "1.4.9",
"@vitejs/plugin-react": "^4.2.1",
"ajv": "8.17.1",
"ajv-formats": "3.0.1",
"concurrently": "^8.0.0",
"dotenv": "16.4.5",
"jest": "29.7.0",
"nodemon": "^3.0.0",
"typescript": "5.5.3",
"vite": "^5.1.5",
"vite-plugin-static-copy": "^1.0.1"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "5.16.4",
"@mui/material": "5.16.4",
"@mui/styled-engine": "npm:@mui/styled-engine-sc@5.14.12",
"@turf/bbox": "6.5.0",
"@turf/bbox-polygon": "6.5.0",
"@turf/boolean-contains": "6.5.0",
"@turf/boolean-intersects": "6.5.0",
"@turf/boolean-overlap": "6.5.0",
"@turf/buffer": "6.5.0",
"bbox": "0.4.0",
"clsx": "2.1.1",
"immer": "10.1.1",
"mapbox-gl": "3.5.2",
"react": "18.3.1",
"react-custom-scrollbars-2": "4.5.0",
"react-dom": "18.3.1",
"react-is": "18.3.1",
"react-map-gl": "7.1.7",
"sql.js": "workspace:./sqljs",
"tiny-warning": "1.0.3"
},
"workspaces": [
"./sqljs"
]
}