-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 983 Bytes
/
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
{
"name": "Fusa6",
"version": "1.0.0",
"license": "MIT",
"main": "pages/index.js",
"scripts": {
"build": "next build",
"dev": "next",
"start": "next start -p 3006"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/data-grid": "^4.0.0-alpha.32",
"@material-ui/icons": "^4.11.2",
"axios": "^0.21.1",
"bootstrap": "^5.0.1",
"install": "^0.13.0",
"leaflet": "^1.7.1",
"leaflet-defaulticon-compatibility": "^0.1.1",
"next": "^10.2.3",
"npm": "^7.18.1",
"react": "^17.0.2",
"react-bootstrap-table": "^4.3.1",
"react-data-table-component": "^6.11.7",
"react-dom": "^17.0.2",
"react-h5-audio-player": "^3.7.1",
"react-leaflet": "^3.2.0",
"react-mp3-player": "^0.8.2",
"styled-components": "^5.3.0",
"wav": "^1.0.2"
},
"devDependencies": {
"@types/node": "^15.0.1",
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"typescript": "^4.2.4"
}
}