-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
61 lines (61 loc) · 2.09 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
{
"homepage": "https://railmapgen.github.io/rmg-palette",
"name": "rmg-palette",
"repository": "github:railmapgen/rmg-palette",
"bugs": {
"url": "https://github.com/railmapgen/rmg-palette/issues"
},
"license": "GPL-3.0-only",
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@railmapgen/rmg-components": "^10.1.2",
"@railmapgen/rmg-palette-resources": "file:package/dist",
"@railmapgen/rmg-runtime": "^10.3.2",
"@railmapgen/rmg-translate": "^3.2.1",
"@reduxjs/toolkit": "^2.3.0",
"ag-grid-community": "^32.3.0",
"ag-grid-react": "^32.3.0",
"framer-motion": "^11.11.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.0",
"react-icons": "^5.3.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.27.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.8.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-legacy": "^5.4.3",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^8.57.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"prettier": "^3.3.3",
"terser": "^5.36.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10",
"vitest": "^2.1.3"
},
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"build:resources": "cd ./package && npm run build && cd ..",
"test": "vitest",
"lint": "eslint ./src ./package",
"lint:fix": "eslint ./src ./package --fix",
"postinstall": "cd ./package && npm i",
"preview": "vite preview"
},
"version": "0.16.28"
}