-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 976 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": "multimoco-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 4000",
"lint": "next lint"
},
"dependencies": {
"@babel/core": ">=7.0.0 <8.0.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.5",
"@mui/system": "^5.4.1",
"@mui/utils": "^5.10.6",
"@mui/x-data-grid": "^5.17.3",
"@nextui-org/react": "1.0.0-beta.10",
"mdb-react-ui-kit": "^4.2.0",
"mongodb": "^4.9.1",
"next": "12.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-highlight-words": "^0.18.0",
"video.js": "^7.20.3"
},
"devDependencies": {
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@types/video.js": "^7.3.48",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"typescript": "4.8.3"
}
}