-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.39 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": "v4",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"lint": "next lint",
"format": "npx prettier --write ."
},
"dependencies": {
"@clickhouse/client-web": "^0.2.6",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"axios": "^1.6.2",
"ioredis": "^5.3.2",
"lucide-react": "^0.294.0",
"moment-timezone": "^0.5.43",
"next": "14.0.4",
"nextjs-progressbar": "^0.0.16",
"notion-client": "^6.16.0",
"plotly.js": "^2.27.1",
"react": "^18",
"react-dom": "^18",
"react-notion-x": "^6.16.0",
"react-plotly.js": "^2.6.0",
"react-select": "^5.8.0",
"react-toggle": "^4.1.3",
"recharts": "^2.10.3",
"swr": "^2.2.4",
"tailwindcss-radix": "^2.8.0",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@types/node": "^20.10.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-plotly.js": "^2.6.3",
"@types/react-toggle": "^4.0.5",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"postcss": "^8",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}