barkstone2_vault-to-blog/react-app-internal/package.json
2026-02-16 02:03:02 +09:00

62 lines
No EOL
1.7 KiB
JSON

{
"name": "vault-to-blog-react-app",
"private": true,
"version": "0.1.1",
"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",
"@jasonlamv-t/remark-toc-extract": "^0.0.1",
"@mui/icons-material": "^5.16.5",
"lucide-react": "^0.473.0",
"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-slug": "^6.0.0",
"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",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.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",
"typescript": "^5.7.3",
"unist-builder": "^4.0.0",
"vite": "^5.3.6",
"vitest": "^2.0.4"
}
}