-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.38 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.38 KB
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
53
{
"name": "ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "graphql-codegen --require dotenv/config --config codegen.ts",
"test": "npx playwright test"
},
"dependencies": {
"@apollo/client": "^3.9.7",
"antd": "^5.15.3",
"axios": "^1.6.8",
"chart.js": "^4.4.2",
"chartjs-plugin-datalabels": "^2.2.0",
"date-fns": "^3.6.0",
"dayjs": "^1.11.10",
"echarts": "^5.5.0",
"echarts-for-react": "^3.0.2",
"highcharts-react-official": "^3.2.1",
"next": "14.1.0",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^6.4.0",
"react-dom": "^18",
"react-router-dom": "^6.22.3",
"swr": "^2.2.5"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.2.4",
"@playwright/test": "^1.42.1",
"@types/node": "^20",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.22",
"apexcharts": "^3.30.0",
"autoprefixer": "^10.4.18",
"axios": "^1.6.7",
"bootstrap": "5.3.3",
"dotenv": "^16.4.5",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"graphql-ws": "^5.15.0",
"postcss": "^8.4.37",
"react-apexcharts": "^1.4.0",
"recharts": "2.12.3",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}