-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.74 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.74 KB
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
{
"name": "deepreefmap-frontend",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"type-check": "tsc --noEmit",
"lint": "eslint --fix --ext .js,.jsx,.ts,.tsx ./src",
"format": "prettier --write ./src"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"axios": "^1.6.0",
"filepond": "^4.31.2",
"filepond-plugin-file-validate-type": "^1.2.9",
"keycloak-js": "^22.0.4",
"leaflet": "^1.9.4",
"leaflet-draw": "^1.0.4",
"leaflet-tilelayer-swiss": "^2.3.0",
"ol": "^8.1.0",
"plotly.js": "^2.32.0",
"ra-data-fakerest": "^4.14.0",
"ra-data-simple-rest": "^4.15.2",
"ra-input-rich-text": "^4.15.1",
"ra-keycloak": "^1.0.1",
"ra-language-french": "^4.15.1",
"react": "^18.2.0",
"react-admin": "^5.1.3",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-dropzone-uploader": "^2.11.0",
"react-filepond": "^7.1.2",
"react-leaflet": "^4.2.1",
"react-leaflet-draw": "^0.20.4",
"react-plotly.js": "^2.6.0",
"recharts": "^2.9.1",
"tus-js-client": "^4.2.3"
},
"devDependencies": {
"@types/node": "^18.16.1",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-react": "^4.0.1",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.8",
"typescript": "^5.1.6",
"vite": "^4.3.9"
}
}