Files
docz/packages/docz-core/package.json
Pedro Nauck e95a57593c v0.12.9
2018-10-31 23:08:51 -03:00

110 lines
3.2 KiB
JSON

{
"name": "docz-core",
"version": "0.12.9",
"description": "All docz core logic of bundle and parsing is included on this package",
"license": "MIT",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.m.js",
"typings": "dist/index.d.ts",
"source": "src/index.ts",
"files": [
"dist/",
"package.json",
"README.md"
],
"scripts": {
"dev": "libundler watch --ts -e all",
"build": "libundler build --ts -e all --c",
"fix": "run-s fix:*",
"fix:prettier": "prettier \"src/**/*.{ts,tsx}\" --write",
"fix:tslint": "tslint --fix --project .",
"tslint": "tslint --project ."
},
"dependencies": {
"@babel/core": "7.1.2",
"@babel/polyfill": "7.0.0",
"@babel/runtime": "^7.1.2",
"@mdx-js/loader": "^0.15.6",
"@mdx-js/mdx": "^0.15.6",
"@mdx-js/mdxast": "^0.15.6",
"@sindresorhus/slugify": "^0.6.0",
"@svgr/webpack": "^3.1.0",
"art-template": "^4.13.0",
"babel-loader": "^8.0.2",
"babel-preset-docz": "^0.12.6",
"babylon": "^6.18.0",
"cache-loader": "^1.2.5",
"chalk": "^2.4.1",
"chokidar": "^2.0.4",
"common-tags": "^1.8.0",
"connect-history-api-fallback": "^1.5.0",
"cpy": "^7.0.1",
"deepmerge": "^2.2.1",
"detect-port": "^1.2.3",
"docz-utils": "^0.12.9",
"dotenv": "^6.1.0",
"env-dot-prop": "^1.0.2",
"fast-deep-equal": "^2.0.1",
"fast-glob": "^2.2.3",
"file-loader": "^2.0.0",
"find-up": "^3.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^7.0.0",
"get-pkg-repo": "^4.0.2",
"happypack": "^5.0.0",
"html-minifier": "^3.5.21",
"humanize-string": "^1.0.2",
"koa": "^2.6.1",
"koa-connect": "^2.0.1",
"koa-mount": "^4.0.0",
"koa-range": "^0.3.0",
"koa-static": "^5.0.0",
"load-cfg": "^0.12.6",
"lodash.get": "^4.4.2",
"mini-html-webpack-plugin": "^0.2.3",
"react-dev-utils": "^6.1.0",
"react-docgen-typescript-loader": "^3.0.0-rc.0",
"react-hot-loader": "4.3.11",
"rehype-docz": "^0.12.9",
"rehype-slug": "^2.0.1",
"remark-docz": "^0.12.2",
"remark-frontmatter": "^1.2.1",
"remark-parse": "^6.0.1",
"resolve": "^1.8.1",
"signale": "^1.3.0",
"terser-webpack-plugin": "^1.1.0",
"titleize": "^1.0.1",
"url-loader": "^1.1.2",
"webpack": "^4.23.1",
"webpack-chain": "^5.0.1",
"webpack-hot-client": "^4.1.1",
"webpack-manifest-plugin": "^2.0.4",
"webpack-serve": "^2.0.2",
"webpack-serve-overlay": "^0.3.0",
"webpack-serve-waitpage": "^1.0.2",
"webpackbar": "^2.6.3",
"ws": "^6.1.0",
"yargs": "^12.0.2"
},
"devDependencies": {
"@types/chokidar": "^1.7.5",
"@types/connect-history-api-fallback": "^1.3.1",
"@types/del": "^3.0.1",
"@types/fs-extra": "^5.0.4",
"@types/html-webpack-plugin": "^3.2.0",
"@types/koa": "^2.0.46",
"@types/lodash.get": "^4.4.4",
"@types/node": "10.12.1",
"@types/prettier": "^1.13.2",
"@types/resolve": "^0.0.8",
"@types/webpack": "^4.4.17",
"@types/webpack-chain": "^4.8.1",
"@types/ws": "^6.0.1",
"@types/yargs": "^12.0.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"typescript": "^3.1.4"
}
}