forked from railmapgen/rmg-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2.13 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
{
"homepage": "https://railmapgen.github.io/rmg-templates",
"name": "rmg-templates",
"repository": "github:railmapgen/rmg-templates",
"bugs": {
"url": "https://github.com/railmapgen/rmg-templates/issues"
},
"license": "GPL-3.0-only",
"dependencies": {
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@railmapgen/rmg-components": "^7.0.4",
"@railmapgen/rmg-runtime": "^4.0.10",
"@railmapgen/rmg-templates-resources": "file:package/dist",
"@railmapgen/rmg-translate": "^2.0.1",
"@reduxjs/toolkit": "^1.9.3",
"ag-grid-community": "^29.1.0",
"ag-grid-react": "^29.1.0",
"framer-motion": "^10.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.2.0",
"react-icons": "^4.8.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.9.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-router-dom": "^5.3.3",
"@types/redux-mock-store": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@vitejs/plugin-legacy": "^4.0.2",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.36.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"jsdom": "^21.1.1",
"prettier": "^2.8.4",
"redux-mock-store": "^1.5.4",
"terser": "^5.16.6",
"typescript": "^4.9.5",
"vite": "^4.2.0",
"vitest": "^0.29.3"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:resources": "cd ./package && npm run build && cd ..",
"test": "vitest",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"postinstall": "cd ./package && npm install",
"preview": "vite preview"
},
"version": "0.3.26"
}