54 lines
1.7 KiB
JSON
54 lines
1.7 KiB
JSON
{
|
|
"name": "ui-docs",
|
|
"version": "0.0.0",
|
|
"description": "Documentation for PSW/UI build with PSW/UI",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/pswui/docs",
|
|
"author": "Shinwoo PARK <devpysweb@gmail.com>",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"postinstall": "lefthook install",
|
|
"dev": "vite",
|
|
"build": "tsc && vite build && cp ./404.html ./dist",
|
|
"lint": "biome check --write --no-errors-on-unmatched",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@mdx-js/react": "^3.0.1",
|
|
"@stefanprobst/rehype-extract-toc": "^2.2.0",
|
|
"@tailwindcss/vite": "^4.0.12",
|
|
"highlight.js": "^11.9.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.23.1",
|
|
"react-syntax-highlighter": "^15.6.1",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark-gfm": "^4.0.0",
|
|
"tailwind-merge": "^2.3.0",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.8.3",
|
|
"@mdx-js/rollup": "^3.0.1",
|
|
"@psw-ui/cli": "^0.5.0",
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^20.14.2",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"@typescript-eslint/eslint-plugin": "^7.13.0",
|
|
"@typescript-eslint/parser": "^7.13.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"lefthook": "^1.6.18",
|
|
"tailwind-scrollbar": "^4.0.1",
|
|
"tailwindcss": "^4.0.12",
|
|
"vite": "^5.3.0",
|
|
"vite-plugin-dynamic-import": "^1.5.0"
|
|
},
|
|
"packageManager": "yarn@4.4.0+sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb"
|
|
}
|