-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.32 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
{
"name": "sentimentnews",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@react-financial-charts/annotations": "^2.0.0",
"@react-financial-charts/axes": "^2.0.0",
"@types/node": "20.2.4",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"axios": "^1.6.7",
"concurrently": "^8.0.1",
"d3-color": ">=3.1.0",
"d3-format": "^3.1.0",
"d3-time-format": "^4.1.0",
"dayjs": "^1.11.11",
"dotenv": "^16.3.1",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"finnhub": "^1.2.18",
"install": "^0.13.0",
"ip": ">=2.0.1",
"next": "^14.2.3",
"next-themes": "^0.2.1",
"npm": "^10.2.5",
"postcss": ">=8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-financial-charts": "^2.0.1",
"react-icons": "^4.12.0",
"react-modal": "^3.16.1",
"react-query": "^3.39.3",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"ws": "^8.17.0"
},
"devDependencies": {
"@types/d3-array": "^3.2.1",
"@types/d3-format": "^3.0.4",
"@types/d3-time-format": "^4.0.3",
"@types/react-modal": "^3.16.3",
"@types/ws": "^8.5.10"
}
}