forked from railmapgen/rmp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.54 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.54 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"homepage": "https://railmapgen.github.io/rmp",
"name": "rmp",
"repository": "github:railmapgen/rmp",
"bugs": {
"url": "https://github.com/railmapgen/rmp/issues"
},
"license": "GPL-3.0-only",
"type": "module",
"dependencies": {
"@chakra-ui/react": "^2.10.9",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@railmapgen/rmg-components": "^10.1.11",
"@railmapgen/rmg-palette-resources": "^3.0.0",
"@railmapgen/rmg-runtime": "^12.0.3",
"@railmapgen/rmg-translate": "^3.4.3",
"@railmapgen/svg-assets": "^8.0.4",
"@reduxjs/toolkit": "^2.9.0",
"bezier-js": "^6.1.4",
"canvas-size": "^2.0.0",
"graphology": "^0.26.0",
"graphology-utils": "^2.5.2",
"mime-types": "^3.0.1",
"nanoid": "^5.0.9",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-i18next": "^15.7.3",
"react-icons": "^5.4.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.12.0",
"react-use-event-hook": "^0.9.6",
"rollup": "^4.57.1",
"vite-plugin-svgr": "^4.5.0"
},
"devDependencies": {
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.2.0",
"@types/bezier-js": "^4.1.3",
"@types/canvas-size": "^1.2.2",
"@types/mime-types": "^3.0.1",
"@types/node": "^24.5.2",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-legacy": "^7.2.1",
"@vitejs/plugin-react": "^5.0.3",
"eslint": "^9.35.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.4",
"fake-indexeddb": "^6.2.2",
"graphology-types": "^0.24.8",
"jsdom": "^27.0.0",
"prettier": "^3.6.2",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.0",
"vite": "^7.1.11",
"vite-plugin-checker": "^0.10.3",
"vitest": "^3.2.4"
},
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"test": "vitest",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"preview": "vite preview"
},
"version": "5.5.1"
}