-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.48 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": "xquare-infra-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "tsc && vite build"
},
"dependencies": {
"@channel.io/channel-web-sdk-loader": "^2.0.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@iconify/react": "^5.0.2",
"@tanstack/react-query": "^5.59.20",
"axios": "^1.7.7",
"chart.js": "^4.4.6",
"chartjs-adapter-date-fns": "^3.0.0",
"date-fns": "^4.1.0",
"plotly.js-dist-min": "^2.35.2",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-cookie": "^7.2.2",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"vite-plugin-svgr": "^4.3.0"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/node": "^22.9.0",
"@types/plotly.js": "^2.33.5",
"@types/plotly.js-dist-min": "^2.3.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-tsconfig-paths": "^5.1.1"
},
"packageManager": "[email protected]",
"optionalDependencies": {
"@rollup/rollup-linux-x64-musl": "^4.25.0"
}
}