-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.01 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.6.4",
"axios": "^0.27.2",
"flowbite": "^1.4.4",
"lightweight-charts": "^3.8.0",
"mui": "^0.0.1",
"next": "^12.1.4",
"node-fetch": "^3.2.10",
"react": "18.0.0",
"react-chartjs-2": "^4.1.0",
"react-dom": "18.0.0",
"react-google-charts": "^4.0.0",
"style-components": "^0.1.0",
"swr": "^1.3.0"
},
"devDependencies": {
"autoprefixer": "^10.4.5",
"eslint": "^8.33.0",
"eslint-config-next": "12.1.4",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"postcss": "^8.4.12",
"prettier": "2.8.3",
"tailwindcss": "^3.0.24"
}
}