{ "name": "vault-to-blog-react-app", "private": true, "version": "0.0.6", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "test": "vitest" }, "author": "barkstone2", "license": "MIT", "dependencies": { "@emotion/styled": "^11.13.0", "@mui/icons-material": "^5.16.5", "mime": "^4.0.4", "prop-types": "^15.8.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-helmet-async": "^2.0.5", "react-router-dom": "^6.25.1", "rehype": "^13.0.1", "rehype-katex": "^7.0.0", "rehype-prism": "^2.3.2", "rehype-stringify": "^10.0.0", "remark": "^15.0.1", "remark-breaks": "^4.0.0", "remark-frontmatter": "^5.0.0", "remark-gfm": "^4.0.0", "remark-math": "^6.0.0", "remark-parse": "^11.0.0", "remark-parse-frontmatter": "^1.0.3", "remark-rehype": "^11.1.0", "unified": "^11.0.5", "unist-util-visit": "^5.0.0", "vite-plugin-static-copy": "^1.0.6" }, "devDependencies": { "@testing-library/jest-dom": "^6.4.7", "@testing-library/react": "^16.0.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "eslint": "^8.57.0", "eslint-plugin-react": "^7.34.3", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.7", "jsdom": "^24.1.1", "unist-builder": "^4.0.0", "vite": "^5.3.6", "vitest": "^2.0.4" } }