generated from RENCI/react-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.72 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
{
"name": "apsviz-ui-v3",
"private": "true",
"scripts": {
"start": "webpack serve",
"build": "webpack --mode=production",
"watch": "webpack --watch",
"build-dev": "webpack --mode=development",
"lint": "eslint src/**/*.js*",
"lint:fix": "eslint --fix src/**/*.js*",
"npx:lint": "npx eslint .",
"clean": "rm -rf dist",
"deploy": "webpack && gh-pages -d dist",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@eslint/js": "^9.11.1",
"@faker-js/faker": "^9.0.3",
"@tanstack/eslint-plugin-query": "^5.58.1",
"arg": "^5.0.2",
"babel-loader": "^9.2.1",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^7.1.2",
"dotenv-webpack": "^8.1.0",
"eslint": "^9.11.1",
"eslint-plugin-react": "^7.37.0",
"eslint-webpack-plugin": "^4.2.0",
"gh-pages": "^6.1.1",
"globals": "^15.9.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jest-babel": "^1.0.1",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.0.5",
"raw-loader": "^4.0.2",
"react-refresh": "^0.14.2",
"style-loader": "^4.0.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/inter": "^5.1.0",
"@mui/icons-material": "^6.1.1",
"@mui/joy": "^5.0.0-beta.48",
"@mui/material": "^6.1.1",
"@mui/x-date-pickers": "^7.18.0",
"@renci/apsviz-geostyler": "15.0.21",
"@tanstack/react-query": "^5.56.2",
"@turf/bearing": "^7.1.0",
"@turf/circle": "^7.1.0",
"@turf/destination": "^7.1.0",
"@turf/dissolve": "^7.1.0",
"@turf/distance": "^7.1.0",
"@turf/flatten": "^7.1.0",
"axios": "^1.7.7",
"axios-retry": "^4.5.0",
"core-js": "^3.38.1",
"cssify": "^0.8.0",
"d3": "^7.9.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"geostyler-sld-parser": "^6.1.2",
"html-to-image": "^1.11.11",
"leaflet": "^1.9.4",
"mapbox-gl": "^3.7.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-leaflet": "^4.2.1",
"react-map-gl": "^7.1.7",
"react-query": "^3.39.3",
"react-resizable": "^3.0.5",
"react-router-dom": "^6.26.2",
"recharts": "^2.12.7",
"stream": "^0.0.3",
"ws": "^8.18.0"
},
"overrides": {
"json5": "^2.2.2",
"lodash": "^4.17.11",
"minimatch": "^3.0.2"
}
}