-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.28 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.28 KB
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
{
"name": "arbor",
"version": "1.4.0",
"homepage": "https://www.maprunner.co.uk/arbor",
"private": false,
"description": "ag-grid 35.x.x sets a very large header height on grids. Not sure exactly why so stick with 34 for now",
"dependencies": {
"@reduxjs/toolkit": "^2.11.2",
"ag-grid-community": "^34.3.1",
"ag-grid-react": "^34.3.1",
"axios": "^1.15.0",
"bootstrap": "^5.3.8",
"node-fetch": "^3.3.2",
"prop-types": "^15.8.1",
"react": "^19.2.5",
"react-bootstrap": "^2.10.10",
"react-bootstrap-typeahead": "^6.4.1",
"react-dom": "^19.2.5",
"react-redux": "^9.2.0",
"react-router": "^7.14.0",
"react-router-bootstrap": "^0.26.3",
"react-router-dom": "^7.14.0",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0"
},
"scripts": {
"start": "vite",
"startdebug": "vite --debug",
"build": "vite build",
"serve": "vite preview"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@vitejs/plugin-react": "^6.0.1",
"esbuild": "^0.28.0",
"vite": "^8.0.8"
}
}