-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.51 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
53
54
55
56
57
58
{
"name": "mytradingview",
"version": "0.1.0",
"private": true,
"scripts": {
"prebuild": "prisma generate",
"pgen": "prisma generate",
"pmigrate": "prisma migrate dev",
"dev": "next dev",
"devtz": "TZ=utc next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@mui/x-charts": "^7.18.0",
"@mui/x-data-grid": "7.3",
"@mui/x-date-pickers": "^7.3.2",
"@prisma/client": "^5.12.1",
"@uidotdev/usehooks": "^2.4.1",
"collect.js": "^4.36.1",
"core-js": "^3.38.1",
"dayjs": "^1.11.10",
"he": "^1.2.0",
"human-format": "^1.2.0",
"ky": "^1.7.2",
"localforage": "^1.10.0",
"lodash.debounce": "^4.0.8",
"match-sorter": "^6.3.4",
"next": "14.2.2",
"next-auth": "^5.0.0-beta.16",
"nuqs": "^1.17.8",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.2",
"react-hook-form-mui": "^7.0.0-beta.4",
"react-router-dom": "^6.22.3",
"socket.io-client": "^4.7.5",
"sort-by": "^1.2.0",
"yahoo-finance2": "^2.12.3"
},
"devDependencies": {
"@types/core-js": "^2.5.8",
"@types/he": "^1.2.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"prisma": "^5.12.1",
"typescript": "^5"
}
}