-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
72 lines (72 loc) · 2.39 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
{
"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.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@railmapgen/rmg-components": "^10.1.11",
"@railmapgen/rmg-palette-resources": "^2.2.5",
"@railmapgen/rmg-runtime": "^10.3.2",
"@railmapgen/rmg-translate": "^3.2.3",
"@railmapgen/svg-assets": "^5.0.12",
"@reduxjs/toolkit": "^2.5.1",
"bezier-js": "^6.1.4",
"canvas-size": "^2.0.0",
"graphology": "^0.26.0",
"nanoid": "^5.0.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.4.0",
"react-icons": "^5.4.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.1.5",
"react-use-event-hook": "^0.9.6",
"rollup": "^4.34.9",
"vite-plugin-svgr": "^4.3.0"
},
"devDependencies": {
"@babel/preset-env": "^7.26.7",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/bezier-js": "^4.1.3",
"@types/canvas-size": "^1.2.2",
"@types/node": "^22.13.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.19.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"graphology-types": "^0.24.8",
"jsdom": "^26.0.0",
"prettier": "^3.4.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"vite": "^6.0.1",
"vite-plugin-checker": "^0.8.0",
"vitest": "^3.0.5"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"preview": "vite preview"
},
"version": "5.2.21"
}