-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
52 lines (52 loc) · 1.41 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
43
44
45
46
47
48
49
50
51
52
{
"private": true,
"dependencies": {
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"@mui/x-data-grid": "^5.9.0",
"@mui/x-data-grid-generator": "5.8.0",
"@mui/x-data-grid-pro": "5.8.0",
"axios": "^0.26.1",
"firebase": "^9.6.10",
"firebase-admin": "^10.0.2",
"lightweight-charts": "3.8.0",
"npm": "^8.13.2",
"puppeteer": "^13.6.0",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.0",
"react-gauge-chart": "^0.4.0",
"react-router-dom": "^6.3.0",
"react-tradingview-widget": "^1.3.2",
"react-ts-tradingview-widgets": "^1.0.9",
"recharts": "2.1.9",
"typescript": "^4.6.3"
},
"description": "https://github.com/mui/material-ui/blob/v5.5.2/docs/data/material/components/app-bar/PrimarySearchAppBar.js",
"devDependencies": {
"react-scripts": "^2.1.3"
},
"name": "stock-portfolio-manager",
"title": "stock-portfolio-manager",
"version": "0.0.56",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}