UNPKG

tln-pm

Version:
47 lines (46 loc) 1.24 kB
{ "name": "app", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint .", "preview": "vite preview", "test": "vitest run", "test:watch": "vitest --watch" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@fontsource/roboto": "^5.1.1", "@mui/icons-material": "^6.4.3", "@mui/material": "^6.4.3", "@mui/x-tree-view": "^7.26.0", "date-fns": "^4.1.0", "highcharts": "^12.1.2", "highcharts-react-official": "^3.2.1", "mui-markdown": "^1.2.5", "react": "^19.0.0", "react-dom": "^19.0.0", "react-error-boundary": "^5.0.0", "react-router": "^7.1.5" }, "devDependencies": { "@eslint/js": "^9.19.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.19.0", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.18", "globals": "^15.14.0", "jsdom": "^26.0.0", "vite": "^6.1.0", "vitest": "^3.0.5" } }