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