-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "merlin-ui",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "npx prettier --write ."
},
"dependencies": {
"@emotion/react": "11.10.0",
"@emotion/server": "11.10.0",
"@emotion/styled": "11.10.0",
"@mui/icons-material": "^5.8.4",
"@mui/material": "5.9.3",
"@mui/x-data-grid": "^5.15.1",
"@mui/x-date-pickers": "^5.0.0-beta.6",
"@reduxjs/toolkit": "^1.8.5",
"date-fns": "^2.29.2",
"flexlayout-react": "0.7.4",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"net": "^1.0.2",
"next": "12.2.4",
"next-transpile-modules": "^9.0.0",
"ol": "^6.15.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"sockjs-client": "^1.6.1",
"stomp-websocket": "^2.3.4-next",
"tls": "^0.0.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"prettier": "^2.7.1"
}
}