generated from railmapgen/seed-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 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
{
"homepage": "https://railmapgen.github.io/rmp-designer",
"name": "rmp-designer",
"repository": "github:railmapgen/rmp-designer",
"bugs": {
"url": "https://github.com/railmapgen/rmp-designer/issues"
},
"license": "GPL-3.0-only",
"type": "module",
"dependencies": {
"@actions/core": "^1.10.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@railmapgen/rmg-components": "^10.1.0",
"@railmapgen/rmg-palette-resources": "^2.2.4",
"@railmapgen/rmg-runtime": "^10.2.0",
"@railmapgen/rmg-translate": "^3.2.1",
"@reduxjs/toolkit": "^2.1.0",
"@types/jsdom": "^21.1.7",
"common": "^0.2.5",
"framer-motion": "^11.0.3",
"pako": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.1",
"react-icons": "^5.0.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.21.3",
"react-use-event-hook": "^0.9.6",
"selenium-webdriver": "^4.23.0",
"zipson": "^0.2.12"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.3.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.11.10",
"@types/pako": "^2.0.3",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react-router-dom": "^5.3.3",
"@types/selenium-webdriver": "^4.1.24",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitejs/plugin-legacy": "^5.3.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"jsdom": "^24.0.0",
"prettier": "^3.2.4",
"terser": "^5.27.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"vite": "^5.0.12",
"vitest": "^1.2.2"
},
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"test": "vitest",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"preview": "vite preview"
},
"version": "0.3.11"
}