-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 946 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 946 Bytes
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
{
"name": "example-adaptable-react-aggrid",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "craco start",
"build": "craco build",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
},
"dependencies": {
"@adaptabletools/adaptable-react-aggrid": "~22.0.0",
"ag-grid-react": "35.0.1",
"ag-grid-enterprise": "35.0.1",
"ag-charts-enterprise": "13.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@craco/craco": "^7.1.0",
"@types/node": "^20.10.4",
"@types/react": "^19.0.8",
"@types/react-dom": "19.0.3",
"prettier": "^3.1.0",
"react-scripts": "5.0.1",
"typescript": "4.9.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}