generated from railmapgen/seed-project
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
57 lines (57 loc) · 1.88 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/",
"name": "railmapgen.github.io",
"repository": "github:railmapgen/railmapgen.github.io",
"bugs": {
"url": "https://github.com/railmapgen/railmapgen.github.io/issues"
},
"license": "GPL-3.0-only",
"dependencies": {
"@chakra-ui/react": "^2.10.4",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@railmapgen/rmg-components": "^10.1.7",
"@railmapgen/rmg-runtime": "^10.3.2",
"@railmapgen/rmg-translate": "^3.2.3",
"@reduxjs/toolkit": "^2.4.0",
"framer-motion": "^11.12.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.3",
"react-icons": "^5.3.0",
"react-redux": "^9.1.2",
"react-router-dom": "^7.0.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.17.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.16.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"jsdom": "^25.0.1",
"prettier": "^3.4.1",
"terser": "^5.36.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^6.0.1",
"vitest": "^2.1.6"
},
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"test": "vitest",
"lint": "eslint ./src ./runtime-demo",
"lint:fix": "eslint ./src ./runtime-demo --fix",
"preview": "vite preview"
},
"version": "2.0.16"
}