-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.61 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
{
"name": "weather-anomaly-tool",
"version": "2.1.0",
"description": "Station Weather Anomaly Viewer frontend application",
"private": true,
"license": "GPL-3.0",
"contributors": [
"Rod Glover <[email protected]>"
],
"dependencies": {
"@tanstack/react-query": "^5.48.0",
"axios": "^1.7.2",
"bootstrap": "^5.3.3",
"classnames": "^2.2.5",
"js-yaml": "^4.1.0",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"pcic-react-leaflet-components": "git+https://[email protected]/pacificclimate/pcic-react-leaflet-components.git#3.0.1",
"proj4": "^2.11.0",
"proj4leaflet": "^1.0.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.10.2",
"react-bootstrap-icons": "^1.11.4",
"react-compound-slider": "^3.4.0",
"react-dom": "^18.2.0",
"react-leaflet": "4.0.0",
"react-markdown": "^9.0.1",
"react-scripts": "5.0.1",
"react-test-renderer": "^18.3.1",
"rehype-raw": "^7.0.0",
"svg-loaders-react": "^2.2.1",
"url-join": "^5.0.0"
},
"devDependencies": {
"@craco/craco": "^7.1.0",
"prettier": "3.3.2",
"react-app-alias": "^2.2.2"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test --env=jsdom --transformIgnorePatterns \"node_modules/(?!pcic-react-leaflet-components)/\"",
"eject": "react-scripts eject",
"reinstall": "rm -rf ./node_modules; npm install --include=dev",
"format": "prettier --write .",
"check-format": "prettier --check ."
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}