-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.24 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.24 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
{
"name": "stocker-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@binance/connector": "^2.0.0-rc.4",
"@emotion/cache": "^11.10.3",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.4",
"@monaco-editor/react": "^4.4.6",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.9",
"@mui/x-date-pickers": "^5.0.16",
"@next/font": "^13.1.2",
"@types/websocket": "^1.0.5",
"axios": "^1.2.2",
"chart.js": "^4.1.1",
"dayjs": "^1.11.7",
"firebase": "^9.15.0",
"firebase-admin": "^11.4.1",
"js-cookie": "^3.0.1",
"moment": "^2.29.4",
"next": "^13.1.2",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.2",
"recoil": "^0.7.6",
"ws": "^8.12.0"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/js-cookie": "^3.0.2",
"@types/node": "18.11.0",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"eslint": "8.25.0",
"eslint-config-next": "^13.1.2",
"typescript": "4.8.4"
}
}