theo-agent-dashboard

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

package.json (1163B)


      1 {
      2   "name": "theo-agent-dashboard",
      3   "private": true,
      4   "version": "0.1.0",
      5   "type": "module",
      6   "scripts": {
      7     "dev": "vite",
      8     "build": "tsc -b && vite build",
      9     "preview": "vite preview",
     10     "test": "vitest run",
     11     "test:watch": "vitest",
     12     "test:coverage": "vitest run --coverage"
     13   },
     14   "dependencies": {
     15     "@git-diff-view/react": "^0.1.7",
     16     "react": "^19.0.0",
     17     "react-dom": "^19.0.0",
     18     "react-json-view-lite": "^2.5.0",
     19     "react-markdown": "^9.0.0",
     20     "react-syntax-highlighter": "^15.6.0",
     21     "zustand": "^5.0.0"
     22   },
     23   "devDependencies": {
     24     "@stryker-mutator/core": "^9.6.1",
     25     "@stryker-mutator/vitest-runner": "^9.6.1",
     26     "@tailwindcss/vite": "^4.3.3",
     27     "@testing-library/jest-dom": "^6.0.0",
     28     "@testing-library/react": "^16.0.0",
     29     "@types/react": "^19.0.0",
     30     "@types/react-dom": "^19.0.0",
     31     "@types/react-syntax-highlighter": "^15.5.0",
     32     "@vitejs/plugin-react": "^4.0.0",
     33     "@vitest/coverage-v8": "^3.0.0",
     34     "autoprefixer": "^10.0.0",
     35     "jsdom": "^25.0.0",
     36     "postcss": "^8.0.0",
     37     "tailwindcss": "^4.0.0",
     38     "typescript": "^5.7.0",
     39     "vite": "^6.0.0",
     40     "vitest": "^3.0.0"
     41   }
     42 }