-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.15 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
{
"name": "stock-market-votive-candles-website",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@kamona/tailwindcss-perspective": "^0.1.1",
"@mui/base": "^5.0.0-beta.28",
"@mui/icons-material": "^5.14.19",
"@mui/material": "^5.15.1",
"@mui/x-data-grid": "^6.12.1",
"@mui/x-date-pickers": "^6.18.5",
"@types/node": "20.4.10",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"aos": "^2.3.4",
"autoprefixer": "^10.4.15",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"echarts-stat": "^1.2.0",
"eslint": "8.47.0",
"eslint-config-next": "13.4.13",
"finmath": "^2.0.1",
"kdj": "^1.0.5",
"next": "13.4.8",
"next-auth": "^4.24.5",
"next-themes": "^0.2.1",
"openai": "^4.23.0",
"postcss": "^8.4.27",
"postcss-nesting": "^12.0.1",
"react": "^18.2.0",
"tailwindcss": "^3.3.3",
"uuid": "^9.0.0"
}
}