portfolio-xs
Version:
This is a tool to generate portfolio based with your markdown file
57 lines (56 loc) • 1.5 kB
JSON
{
"name": "portfolio-xs",
"version": "3.3.3",
"description": "This is a tool to generate portfolio based with your markdown file",
"keywords": [
"portfolio",
"markdown"
],
"homepage": "https://github.com/taobowen/Portfolio#readme",
"bugs": {
"url": "https://github.com/taobowen/Portfolio/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taobowen/Portfolio.git"
},
"bin": {
"portfolio": "./bin/index.js"
},
"dependencies": {
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@mdx-js/mdx": "^3.1.0",
"babel-loader": "^10.0.0",
"esbuild": "^0.25.6",
"express": "^5.1.0",
"fs-extra": "^11.1.1",
"marked": "^15.0.12",
"mini-css-extract-plugin": "^2.9.2",
"open": "^10.2.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-flip-toolkit": "^7.2.4",
"react-icons": "^5.5.0",
"react-masonry-css": "^1.0.16",
"react-router-dom": "^7.6.2",
"serve": "^14.2.4",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.14",
"yargs": "^18.0.0"
},
"license": "ISC",
"author": "梁家河的扛麦郎",
"type": "module",
"scripts": {
"clean": "rm -rf .parcel-cache dist",
"generate": "node ./bin/index.js generate",
"init": "node ./bin/index.js init",
"add": "node ./bin/index.js add",
"preview": "node ./bin/index.js preview"
},
"devDependencies": {
"sharp": "^0.34.3"
}
}