/ concept-collection / benchcompress
Sign in
concept-collection / benchcompress
benchcompress / web-ui / package.json
38 lines · 972 BCodeBlameHistory
a4762faweb-uiJeremy Magland 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 },
12 "dependencies": {
13 "@tanstack/react-table": "^8.20.6",
7ccd097update web-uiJeremy Magland 14 "@types/plotly.js": "^2.35.2",
a4762faweb-uiJeremy Magland 15 "axios": "^1.7.9",
7ccd097update web-uiJeremy Magland 16 "plotly.js-dist-min": "^2.35.3",
a4762faweb-uiJeremy Magland 17 "react": "^18.3.1",
7ccd097update web-uiJeremy Magland 18 "react-dom": "^18.3.1",
19 "react-plotly.js": "^2.6.0"
a4762faweb-uiJeremy Magland 20 },
21 "devDependencies": {
22 "@eslint/js": "^9.17.0",
23 "@types/react": "^18.3.18",
24 "@types/react-dom": "^18.3.5",
7ccd097update web-uiJeremy Magland 25 "@types/react-plotly.js": "^2.6.3",
a4762faweb-uiJeremy Magland 26 "@vitejs/plugin-react": "^4.3.4",
27 "autoprefixer": "^10.4.20",
28 "eslint": "^9.17.0",
29 "eslint-plugin-react-hooks": "^5.0.0",
30 "eslint-plugin-react-refresh": "^0.4.16",
31 "globals": "^15.14.0",
32 "postcss": "^8.5.1",
33 "tailwindcss": "^4.0.0",
34 "typescript": "~5.6.2",
35 "typescript-eslint": "^8.18.2",
36 "vite": "^6.0.5"
37 }
moveopenescclose