-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.8 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.8 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
53
54
55
56
57
58
59
60
61
{
"name": "federated-collection-discovery",
"version": "1.0.0",
"private": true,
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"dependencies": {
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/react": "^2.10.9",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"eslint": "^9.36.0",
"eslint-plugin-react": "^7.37.5",
"framer-motion": "^12.23.22",
"ol": "10.6.1",
"ol-layerswitcher": "^4.1.2",
"ol-stac": "^1.0.5",
"proj4": "^2.19.10",
"prop-types": "^15.5.2",
"ramda": "^0.31.3",
"react": "^18.0.0",
"react-datepicker": "^8.7.0",
"react-dom": "^18.0.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-scripts": "5.0.1",
"react-syntax-highlighter": "^15.6.6",
"source-map-explorer": "^2.5.3",
"swagger-ui-react": "^5.29.0",
"typescript": "^5.9.2"
},
"scripts": {
"start": "react-scripts start",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/swagger-ui-react": "^5.18.0",
"depcheck": "^1.4.7"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}