-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "charts-components-react-template",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@arcgis/charts-components-react": "~4.29.0",
"@arcgis/charts-model": "~4.29.0",
"@arcgis/core": "~4.29.0",
"@arcgis/map-components": "^4.29.7",
"@arcgis/map-components-react": "^4.29.7",
"@esri/calcite-components-react": "^2.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "~5.3.2",
"vite": "^5.1.3"
},
"browserslist": {
"production": [
"last 4 chrome versions",
"last 4 edge versions",
"last 2 firefox versions",
"last 2 safari versions"
],
"development": [
"last 4 chrome versions",
"last 4 edge versions",
"last 2 firefox versions",
"last 2 safari versions"
]
}
}