-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 986 Bytes
/
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
{
"name": "stock-alert-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@polygon.io/client-js": "^7.2.4",
"@types/node": "20.2.5",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"apexcharts": "^3.44.0",
"axios": "^1.4.0",
"babel-plugin-styled-components": "^2.1.4",
"d3-format": "^3.1.0",
"d3-time-format": "^4.1.0",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"next": "13.4.4",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-apexcharts": "^1.4.1",
"react-dom": "18.2.0",
"react-financial-charts": "^2.0.1",
"react-tabs": "^6.0.2",
"react-use": "^17.4.2",
"styled-components": "^6.0.4",
"swiper": "^9.4.1",
"typescript": "5.1.3"
},
"devDependencies": {
"@types/d3-format": "^3.0.4",
"@types/d3-time-format": "^4.0.3"
}
}