-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.63 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
{
"dependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@google-analytics/data": "^3.3.0",
"@mui/icons-material": "^5.11.11",
"@mui/joy": "^5.0.0-alpha.56",
"@mui/lab": "^5.0.0-alpha.110",
"@mui/material": "^5.10.16",
"@mui/utils": "^5.14.17",
"@mui/x-tree-view": "^6.17.0",
"@react-spring/web": "^9.7.1",
"aos": "^2.3.4",
"axios": "^1.3.4",
"babel-cli": "^6.26.0",
"babel-loader": "^9.1.2",
"babel-preset-minify": "^0.5.2",
"babel-preset-react-app": "^10.0.1",
"copy-to-clipboard": "^3.3.3",
"css-loader": "^6.7.3",
"dotenv": "^16.3.1",
"format": "^0.2.2",
"hamburger-react": "^2.5.0",
"leaflet": "^1.9.3",
"lodash": "^4.17.21",
"notistack": "^3.0.1",
"path": "^0.12.7",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-image-gallery": "^1.2.11",
"react-leaflet": "^4.2.0",
"react-scripts": "5.0.1",
"react-to-print": "^2.14.12",
"style-loader": "^3.3.3",
"swiper": "^8.4.5",
"url-loader": "^4.1.1",
"webpack": "^5.76.3",
"webpack-cli": "^5.0.1",
"yet-another-react-lightbox": "^2.6.2"
},
"scripts": {
"esbuild": "node ./build.js",
"build": "webpack --mode production --config webpack.prod.js ",
"start": "webpack --mode development --config webpack.config.js",
"format": "prettier -w .",
"lint": "eslint src"
},
"devDependencies": {
"speed-measure-webpack-plugin": "^1.5.0",
"terser-webpack-plugin": "^5.3.9",
"webpack-bundle-analyzer": "^4.8.0"
}
}