-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.84 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
{
"homepage": "https://railmapgen.github.io/seed-project",
"name": "seed-project",
"repository": "github:railmapgen/seed-project",
"bugs": {
"url": "https://github.com/railmapgen/seed-project/issues"
},
"license": "GPL-3.0-only",
"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-runtime": "^10.1.3",
"@railmapgen/rmg-translate": "^3.1.3",
"@reduxjs/toolkit": "^2.2.5",
"framer-motion": "^11.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.1",
"react-icons": "^5.2.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.3.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-legacy": "^5.4.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"terser": "^5.31.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.9.0",
"vite": "^5.2.11",
"vitest": "^1.6.0"
},
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"test": "vitest",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"preview": "vite preview"
},
"version": "2.0.17"
}