-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
49 lines (49 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
{
"name": "clickpy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clickhouse/click-ui": "^0.0.168",
"@clickhouse/client": "^0.2.1",
"@clickhouse/client-web": "^0.2.1",
"@gingerwizard/react-daterange-picker": "github:gingerwizard/react-daterange-picker",
"@headlessui/react": "^1.7.16",
"@heroicons/react": "^2.0.18",
"@next/third-parties": "^14.2.15",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "10.4.14",
"dayjs": "^1.11.11",
"echarts": "^5.4.3",
"echarts-countries-js": "^1.0.5",
"echarts-for-react": "^3.0.2",
"eslint": "8.46.0",
"eslint-config-next": "13.4.13",
"lodash": "^4.17.21",
"next": "^14.2.3",
"postcss": "8.4.31",
"react": "^18.3.0",
"react-dom": "18.3.0",
"server-only": "^0.0.1",
"sql-formatter": "^15.3.1",
"styled-components": ">= 6",
"tailwindcss": "3.3.3"
},
"devDependencies": {
"@types/node": "22.7.5",
"@types/react": "^18.3.2",
"husky": "^8.0.3"
},
"peerDependencies": {
"react": "^18.3.0",
"styled-components": ">= 6"
}
}