-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.13 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.13 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
{
"name": "kthcloud-visualize",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev-scan": "vite & react-scan localhost:5173",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"format": "prettier --write .",
"format-check": "prettier --check ."
},
"dependencies": {
"@iconify/react": "^4.1.1",
"apexcharts": "^3.54.1",
"change-case": "^5.4.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-apexcharts": "^1.9.0"
},
"devDependencies": {
"autoprefixer": "^10.4.24",
"postcss": "^8.5.6",
"prettier": "3.2.4",
"tailwindcss": "^3.4.19",
"@eslint/js": "^9.39.2",
"@types/node": "^24.10.13",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.5.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.55.0",
"vite": "^7.3.1",
"react-scan": "^0.4.3"
}
}