-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 805 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 805 Bytes
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
{
"name": "optionlogy-chart-app",
"version": "0.1.0",
"private": true,
"packageManager": "npm@10.2.4",
"scripts": {
"check-types": "tsc --noEmit",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"highcharts": "^11.4.3",
"highcharts-react-official": "^3.2.1",
"next": "14.2.3",
"next-auth": "^4.24.7",
"react": "^18",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-icons": "^5.2.1",
"recharts": "^2.12.7",
"retry-axios": "^3.1.3",
"ws": "^8.17.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"turbo": "^2.0.3",
"typescript": "^5"
}
}