/ concept-collection / benchcompress
Sign in
concept-collection / benchcompress
benchcompress / web-ui / package.json
41 lines · 1.1 KBCodeBlameHistory
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 .",
70a7a71code formattingJeremy Magland 10 "preview": "vite preview",
11 "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx}\""
a4762faweb-uiJeremy Magland 12 },
13 "dependencies": {
14 "@tanstack/react-table": "^8.20.6",
7ccd097update web-uiJeremy Magland 15 "@types/plotly.js": "^2.35.2",
a4762faweb-uiJeremy Magland 16 "axios": "^1.7.9",
7ccd097update web-uiJeremy Magland 17 "plotly.js-dist-min": "^2.35.3",
a4762faweb-uiJeremy Magland 18 "react": "^18.3.1",
7ccd097update web-uiJeremy Magland 19 "react-dom": "^18.3.1",
85d3449pagesJeremy Magland 20 "react-plotly.js": "^2.6.0",
21 "react-router-dom": "^7.1.3"
a4762faweb-uiJeremy Magland 22 },
23 "devDependencies": {
24 "@eslint/js": "^9.17.0",
25 "@types/react": "^18.3.18",
26 "@types/react-dom": "^18.3.5",
7ccd097update web-uiJeremy Magland 27 "@types/react-plotly.js": "^2.6.3",
a4762faweb-uiJeremy Magland 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",
70a7a71code formattingJeremy Magland 35 "prettier": "^3.4.2",
a4762faweb-uiJeremy Magland 36 "tailwindcss": "^4.0.0",
37 "typescript": "~5.6.2",
38 "typescript-eslint": "^8.18.2",
39 "vite": "^6.0.5"
40 }
moveopenescclose