forked from microsoft/PlanetaryComputerDataCatalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
108 lines (108 loc) · 3.08 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "pc-datacatalog",
"version": "2022.3.3",
"private": true,
"proxy": "http://api:7071/",
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@craco/craco": "7.0.0-alpha.3",
"@fluentui/react": "^8.76.0",
"@radiantearth/stac-fields": "1.0.0-beta.7",
"@reduxjs/toolkit": "^1.8.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.2.0",
"@turf/bbox-polygon": "^6.5.0",
"@turf/boolean-intersects": "^6.5.0",
"@turf/centroid": "^6.5.0",
"@turf/union": "^6.5.0",
"@types/dompurify": "^2.3.3",
"@types/geojson": "^7946.0.8",
"@types/jest": "^27.4.1",
"@types/lodash-es": "^4.17.6",
"@types/marked": "^4.0.3",
"@types/node": "^17.0.44",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.12",
"@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.3",
"@types/react-router-hash-link": "^2.4.5",
"@types/swagger-ui-react": "^4.11.0",
"@uifabric/icons": "^7.7.2",
"axios": "^0.27.2",
"azure-maps-control": "^2.1.10",
"azure-maps-drawing-tools": "^1.0.0",
"buffer": "^6.0.3",
"dayjs": "^1.11.3",
"dompurify": "^2.3.8",
"formik": "^2.2.9",
"highlight.js": "^11.5.1",
"https-browserify": "^1.0.0",
"json-stringify-pretty-compact": "^4.0.0",
"lodash-es": "^4.17.21",
"marked": "^4.0.17",
"minisearch": "^5.0.0",
"next-share": "^0.18.1",
"number-abbreviate": "^2.0.0",
"process": "^0.11.10",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4",
"react-helmet": "^6.1.0",
"react-query": "^3.39.1",
"react-redux": "^7.2.6",
"react-router-dom": "^6.3.0",
"react-router-hash-link": "^2.4.3",
"react-scripts": "5.0.1",
"react-use": "^17.4.0",
"redux": "^4.2.0",
"stream-http": "^3.2.0",
"swagger-ui-react": "^4.12.0",
"typescript": "^4.6.2",
"yup": "^0.32.11"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"lint": "eslint ./src --ext .js --ext .jsx --ext .ts --ext .tsx",
"format": "prettier --check './src/**/*.{js,jsx,ts,tsx}'",
"format-fix": "prettier --write './src/**/*.{js,jsx,ts,tsx}'",
"eject": "craco eject",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"jest": {
"moduleNameMapper": {
"@fluentui/react/lib/(.*)$": "@fluentui/react/lib-commonjs/$1"
},
"transformIgnorePatterns": [
"node_modules/(?!lodash-es)"
]
},
"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": {
"@azure/static-web-apps-cli": "^1.0.1",
"copy-webpack-plugin": "^11.0.0",
"cypress": "^10.1.0",
"json-loader": "^0.5.7",
"nock": "^13.2.7",
"prettier": "^2.7.1",
"yaml-loader": "^0.8.0"
}
}