-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
92 lines (92 loc) · 2.76 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "cecdss",
"version": "2.0.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@testing-library/react": "^16.0.0",
"@types/recharts": "^1.8.29",
"@ucdavis/frcs": "^1.2.9",
"@ucdavis/lca": "^1.6.6",
"@ucdavis/tea": "^1.4.2",
"aos": "^2.3.4",
"axios": "^1.7.2",
"bootstrap": "^4.6.0",
"d3": "^5.16.0",
"d3-hexbin": "^0.2.2",
"dotenv": "^16.4.5",
"esri-leaflet": "^3.0.12",
"esri-leaflet-renderers": "^3.0.1",
"exceljs": "^4.2.0",
"file-saver": "^2.0.5",
"geojson": "^0.5.0",
"install": "^0.13.0",
"isomorphic-fetch": "^3.0.0",
"leaflet": "^1.9.4",
"leaflet-easyprint": "^2.1.9",
"npm": "^10.8.3",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-esri-leaflet": "^2.0.1",
"react-ga4": "^2.1.0",
"react-leaflet": "^4.2.1",
"react-leaflet-kml": "^2.1.2",
"react-router-dom": "^6.25.1",
"react-scripts": "^5.0.1",
"react-table": "^7.8.0",
"react-type-animation": "^3.2.0",
"reactstrap": "^9.2.2",
"recharts": "^2.12.7",
"styled-components": "^6.1.12",
"typescript": "^4.9.5",
"victory": "^37.0.2",
"yup": "^1.4.0"
},
"scripts": {
"start": "node node_modules/react-scripts/scripts/start.js",
"dev": "cross-env PORT=3001 react-scripts start",
"build": "node node_modules/react-scripts/scripts/build.js",
"test": "node node_modules/react-scripts/scripts/test.js",
"eject": "node node_modules/react-scripts/scripts/eject.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@testing-library/jest-dom": "^6.5.0",
"@types/file-saver": "^2.0.1",
"@types/geojson": "^7946.0.14",
"@types/isomorphic-fetch": "0.0.35",
"@types/jest": "^24.0.17",
"@types/leaflet": "^1.9.12",
"@types/node": "11.13.4",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.0",
"@types/react-leaflet": "^3.0.0",
"@types/react-router-dom": "^5.1.7",
"@types/react-table": "^7.0.28",
"@types/reactstrap": "^8.7.1",
"@types/victory": "^35.0.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"jest-canvas-mock": "^2.3.1",
"prettier": "^2.2.1"
}
}