/ concept-collection / benchcompress
Sign in
concept-collection / benchcompress
benchcompress / web-ui / package.json
41 lines · 1.1 KBBlameHistoryRaw
1{
2 "name": "web-ui",
3 "private": true,
4 "version": "0.0.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "tsc -b && vite build",
9 "lint": "eslint .",
10 "preview": "vite preview",
11 "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx}\""
12 },
13 "dependencies": {
14 "@tanstack/react-table": "^8.20.6",
15 "@types/plotly.js": "^2.35.2",
16 "axios": "^1.7.9",
17 "plotly.js-dist-min": "^2.35.3",
18 "react": "^18.3.1",
19 "react-dom": "^18.3.1",
20 "react-plotly.js": "^2.6.0",
21 "react-router-dom": "^7.1.3"
22 },
23 "devDependencies": {
24 "@eslint/js": "^9.17.0",
25 "@types/react": "^18.3.18",
26 "@types/react-dom": "^18.3.5",
27 "@types/react-plotly.js": "^2.6.3",
28 "@vitejs/plugin-react": "^4.3.4",
29 "autoprefixer": "^10.4.20",
30 "eslint": "^9.17.0",
31 "eslint-plugin-react-hooks": "^5.0.0",
32 "eslint-plugin-react-refresh": "^0.4.16",
33 "globals": "^15.14.0",
34 "postcss": "^8.5.1",
35 "prettier": "^3.4.2",
36 "tailwindcss": "^4.0.0",
37 "typescript": "~5.6.2",
38 "typescript-eslint": "^8.18.2",
39 "vite": "^6.0.5"
40 }
moveopenescclose