-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
{
"name": "@sfiblues/webportal",
"homepage": "https://sintef.github.io/blues-metocean-portal",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.0.2",
"@mui/material": "^6.0.2",
"@mui/system": "^6.0.2",
"@mui/x-tree-view": "^7.16.0",
"antd": "^5.20.6",
"copy-to-clipboard": "^3.3.3",
"leaflet": "^1.9.4",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-leaflet": "^4.2.1",
"react-router-dom": "^6.26.2",
"react-syntax-highlighter": "^15.5.0",
"styled-components": "^6.1.13"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build-ci": "CI=false && npm run build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@types/leaflet": "^1.9.12",
"@types/react": "^18.3.5",
"@types/react-router-dom": "^5.3.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/styled-components": "^5.1.34",
"react-scripts": "^5.0.1",
"typescript": "^4.9.5"
}
}