mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 01:46:28 +00:00
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"name": "toshiki-notebook",
|
|
"version": "0.0.1",
|
|
"description": "Toshiki's web notebook built upon Vitepress and deployed via Vercel!",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/andatoshiki/toshiki-note",
|
|
"author": "And Toshiki <hello@toshiki.dev>",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"docs:dev": "vitepress dev docs",
|
|
"docs:build": "vitepress build docs",
|
|
"docs:preview": "vitepress preview docs",
|
|
"docs:host": "vitepress dev docs --host",
|
|
"rm:dist": "rm -rf /docs/.vitepress/dist",
|
|
"rm:cache": "rm -rf /docs/.vitepress/cache",
|
|
"prepare": "husky install",
|
|
"lint": "prettier --write .",
|
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,vue,ts,tsx}": [
|
|
"eslint --fix"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@andatoshiki/markdown-it-image-caption": "0.0.2",
|
|
"@andatoshiki/vitepress-plugin-nprogress": "^0.0.1",
|
|
"@mdit-vue/shared": "^0.12.0",
|
|
"@types/node": "^18.14.2",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"conventional-changelog-cli": "^2.2.2",
|
|
"feed": "^4.2.2",
|
|
"fs": "^0.0.1-security",
|
|
"fs-extra": "^11.1.1",
|
|
"gray-matter": "^4.0.3",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.2.0",
|
|
"markdown-it-task-lists": "^2.1.1",
|
|
"medium-zoom": "^1.0.8",
|
|
"mermaid": "^9.3.0",
|
|
"prettier": "2.8.4",
|
|
"sass": "^1.58.3",
|
|
"ts-node": "^10.9.1",
|
|
"unplugin-vue-components": "^0.24.0",
|
|
"vite": "^4.1.2",
|
|
"vitepress": "^1.0.0-alpha.46",
|
|
"vitepress-plugin-nprogress": "^0.0.4",
|
|
"vue": "^3.2.47"
|
|
},
|
|
"dependencies": {
|
|
"@andatoshiki/markdown-it-katex": "^0.0.3",
|
|
"markdown-it": "^13.0.1"
|
|
}
|
|
}
|