-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.58 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.58 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
54
{
"name": "dtalks",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@hookform/resolvers": "^5.1.1",
"@tanstack/query-sync-storage-persister": "^5.83.1",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-query-devtools": "^5.83.0",
"@tanstack/react-query-persist-client": "^5.84.2",
"@types/styled-components": "^5.1.34",
"apexcharts": "^5.2.0",
"axios": "^1.11.0",
"focus-trap-react": "^11.0.4",
"react": "^18.3.1",
"react-apexcharts": "^1.7.0",
"react-circular-progressbar": "^2.2.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.60.0",
"react-router-dom": "^6.28.0",
"recharts": "^3.1.0",
"styled-components": "^6.1.19",
"yup": "^1.6.1",
"zustand": "^5.0.6"
},
"devDependencies": {
"@types/node": "^24.2.0",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^8.37.0",
"@typescript-eslint/parser": "^8.37.0",
"@vitejs/plugin-basic-ssl": "^2.1.0",
"@vitejs/plugin-react": "^4.6.0",
"eslint": "^9.30.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"prettier": "^3.6.2",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^7.0.4",
"vite-plugin-svgr": "^4.3.0"
}
}