-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.72 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.72 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
55
56
57
58
59
{
"name": "trade-dashboard-frontend",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "npx cross-env NODE_OPTIONS=--experimental-vm-modules jest"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@laufire/utils": "^3.0.0-1",
"@mui/icons-material": "^7.1.0",
"@mui/material": "^7.1.0",
"@mui/x-charts": "^8.11.0",
"@mui/x-data-grid": "^8.5.1",
"@reduxjs/toolkit": "^2.2.2",
"axios": "^1.6.8",
"buffer": "^6.0.3",
"indian-number-format": "^1.0.5",
"lightweight-charts": "^5.0.9",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"prop-types": "^15.8.1",
"protobufjs": "^7.5.4",
"react": "^18.2.0",
"react-contribution-calendar": "^2.0.4",
"react-dom": "^18.2.0",
"react-hook-form": "^7.56.4",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"recharts": "^2.15.0",
"upstox-js-sdk": "^2.19.0",
"ws": "^8.18.3"
},
"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.27.1",
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.27.1",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"babel-jest": "^30.1.2",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"jest": "^30.1.3",
"jest-environment-jsdom": "^30.1.2",
"react-test-renderer": "^18.0.0",
"ts-jest": "^29.4.2",
"typescript": "^5.9.2",
"vite": "^5.2.0"
}
}