-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.48 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.48 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
{
"name": "bazaar-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0 --fix",
"format": "prettier --write \"src/**/*.{js,jsx}\""
},
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.1",
"@mui/lab": "6.0.0-beta.10",
"@mui/material": "^6.1.1",
"@mui/system": "^6.1.1",
"@reduxjs/toolkit": "^2.2.7",
"@toolpad/core": "^0.7.0",
"currency-formatter": "^1.5.9",
"firebase": "^10.13.2",
"lightweight-charts": "^4.2.1",
"moment": "^2.30.1",
"next": "14.2.13",
"nprogress": "^0.2.0",
"react": "^18",
"react-apexcharts": "^1.4.1",
"react-dom": "^18",
"react-fast-marquee": "^1.6.5",
"react-hot-toast": "^2.4.1",
"react-redux": "^9.1.2",
"react-redux-firebase": "^3.11.0",
"react-resize-detector": "^11.0.1",
"redux-firestore": "^2.0.1"
},
"yarn": {
"overrides": {
"@mui/styled-engine": "5.11.0"
}
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.13"
},
"pnpm": {
"patchedDependencies": {
"@toolpad/core@0.7.0": "patches/@toolpad__core@0.7.0.patch"
}
}
}