-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
69 lines (69 loc) · 2.25 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
{
"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.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@railmapgen/rmg-components": "^10.1.0",
"@railmapgen/rmg-palette-resources": "^2.2.4",
"@railmapgen/rmg-runtime": "^10.2.0",
"@railmapgen/rmg-translate": "^3.2.3",
"@railmapgen/svg-assets": "^4.0.3",
"@reduxjs/toolkit": "^2.2.5",
"bezier-js": "^6.1.4",
"canvas-size": "^2.0.0",
"graphology": "^0.25.4",
"nanoid": "^5.0.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.2",
"react-icons": "^5.2.1",
"react-redux": "^9.0.04",
"react-router-dom": "^6.23.1",
"react-use-event-hook": "^0.9.6",
"rollup": "^4.29.1",
"vite-plugin-svgr": "^4.2.0"
},
"devDependencies": {
"@babel/preset-env": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/bezier-js": "^4.1.3",
"@types/canvas-size": "^1.2.2",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-legacy": "^5.4.0",
"@vitejs/plugin-react": "^4.3.0",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"graphology-types": "^0.24.7",
"jsdom": "^24.1.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"typescript-eslint": "^7.10.0",
"vite": "^5.4.6",
"vite-plugin-checker": "^0.7.0",
"vitest": "^1.6.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"preview": "vite preview"
},
"version": "5.1.17"
}