-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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": "imx-marketplace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap --config next-sitema.js"
},
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@imtbl/imx-sdk": "^1.1.7",
"@material-ui/utils": "^4.11.2",
"@mui/icons-material": "^5.2.0",
"@mui/material": "^5.1.1",
"bignumber.js": "^9.0.1",
"chart.js": "^3.6.0",
"chartjs-plugin-zoom": "^1.2.0",
"hls.js": "^1.1.1",
"lodash.debounce": "^4.0.8",
"next": "^12.0.4",
"next-sitemap": "^1.6.203",
"query-string": "^7.0.1",
"react": "17.0.2",
"react-chartjs-2": "^3.2.0",
"react-dom": "17.0.2",
"react-ga": "^3.3.0",
"react-hls-player": "^3.0.7",
"react-indiana-drag-scroll": "^2.1.0",
"react-intersection-observer": "^8.32.2",
"react-lazyload": "^3.2.0",
"recoil": "^0.5.0",
"swr": "^1.0.1"
},
"devDependencies": {
"eslint": "^8.0.1",
"eslint-config-next": "11.1.2"
}
}