UNPKG

portfolio-xs

Version:

This is a tool to generate portfolio based with your markdown file

54 lines (53 loc) 1.45 kB
{ "name": "portfolio-xs", "version": "3.1.0", "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", "esbuild": "^0.25.6", "fs-extra": "^11.1.1", "marked": "^15.0.12", "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", "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", "build": "webpack --config webpack.prod.js", "preview": "webpack serve --config webpack.dev.js", "serve": "webpack serve --config webpack.prod.js" }, "devDependencies": { "serve": "^14.2.4", "webpack": "^5.91.0" } }