docusaurus/package.json
2018-09-14 02:58:29 +08:00

94 lines
2.8 KiB
JSON

{
"name": "munseo",
"version": "0.0.1",
"description": "📝⚡️ Transform your document (문서) to a website",
"main": "lib/index.js",
"bin": {
"munseo": "bin/munseo.js"
},
"scripts": {
"munseo": "node bin/munseo",
"start": "node bin/munseo start website",
"build": "node bin/munseo build website",
"eject": "node bin/munseo eject website",
"prettier": "prettier --config .prettierrc --write \"lib/**/*.js\" \"bin/**/*.js\" \"test/**/*.js\"",
"lint": "eslint --cache \"lib/**/*.js\" \"bin/**/*.js\" \"test/**/*.js\"",
"test": "jest --config test/jest.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/endiliey/munseo.git"
},
"keywords": [
"blog",
"generator",
"react"
],
"author": "endiliey",
"license": "MIT",
"bugs": {
"url": "https://github.com/endiliey/munseo/issues"
},
"homepage": "https://github.com/endiliey/munseo#readme",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb": "17.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"jest": "^23.4.2",
"prettier": "^1.13.7"
},
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-dynamic-import-node": "^2.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"chalk": "^2.4.1",
"chokidar": "^2.0.4",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^0.1.19",
"commander": "^2.16.0",
"connect-history-api-fallback": "^1.5.0",
"css-loader": "^1.0.0",
"escape-html": "^1.0.3",
"escape-string-regexp": "^1.0.5",
"front-matter": "^2.3.0",
"fs-extra": "^7.0.0",
"globby": "^8.0.1",
"highlight.js": "^9.12.0",
"html-webpack-plugin": "^3.2.0",
"koa-connect": "^2.0.1",
"koa-mount": "^3.0.0",
"koa-range": "^0.3.0",
"koa-static": "^5.0.0",
"loader-utils": "^1.1.0",
"mini-css-extract-plugin": "^0.4.1",
"portfinder": "^1.0.13",
"prismjs": "^1.15.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-helmet": "^5.2.0",
"react-loadable": "^5.5.0",
"react-router-config": "^1.0.0-beta.4",
"react-router-dom": "^4.3.1",
"react-youtube": "^7.6.0",
"remarkable": "^1.7.1",
"semver": "^5.5.0",
"static-site-generator-webpack-plugin": "endiliey/static-site-generator-webpack-plugin#master",
"style-loader": "^0.22.1",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.16.3",
"webpack-chain": "^4.8.0",
"webpack-merge": "^4.1.4",
"webpack-nicelog": "^2.2.1",
"webpack-serve": "^2.0.2",
"webpack-stats-plugin": "^0.2.1"
},
"engines": {
"node": ">=8"
}
}