Files
docz/packages/docz-core/package.json
Pedro Nauck 4ddfe1b7c9 v0.2.10
2018-06-21 19:53:52 -03:00

107 lines
3.2 KiB
JSON

{
"name": "docz-core",
"version": "0.2.10",
"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.0.0-beta.51",
"@babel/preset-typescript": "^7.0.0-beta.51",
"@babel/runtime": "^7.0.0-beta.51",
"@mdx-js/loader": "^0.11.0",
"@mdx-js/mdx": "^0.10.1",
"@mdx-js/mdxast": "^0.10.0",
"@sindresorhus/slugify": "^0.3.0",
"art-template": "^4.12.2",
"babel-loader": "^8.0.0-beta.3",
"babel-plugin-react-docgen": "^2.0.0-rc.1",
"babel-polyfill": "^7.0.0-beta.3",
"babel-preset-react-app": "^4.0.0-next.b2fd8db8",
"chalk": "^2.4.1",
"chokidar": "^2.0.4",
"connect-history-api-fallback": "^1.5.0",
"deepmerge": "^2.1.1",
"detect-port": "^1.2.3",
"express": "^4.16.3",
"fast-glob": "^2.2.2",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^6.0.1",
"happypack": "^5.0.0",
"hast-util-to-string": "^1.0.1",
"html-webpack-plugin": "^3.2.0",
"humanize-string": "^1.0.2",
"koa-connect": "^2.0.1",
"koa-mount": "^3.0.0",
"koa-static": "^5.0.0",
"load-cfg": "^0.2.8",
"lodash.get": "^4.4.2",
"prettier": "^1.13.5",
"react-dev-utils": "^5.0.1",
"react-docgen-typescript-loader": "^2.1.1",
"react-hot-loader": "4.3.3",
"rehype-autolink-headings": "^2.0.2",
"rehype-slug": "^2.0.1",
"remark-frontmatter": "^1.2.0",
"remark-parse": "^5.0.0",
"remark-parse-yaml": "^0.0.1",
"remark-slug": "^5.0.0",
"resolve": "^1.8.1",
"signale": "^1.2.1",
"to-vfile": "^5.0.0",
"uglifyjs-webpack-plugin": "^1.2.6",
"ulid": "^2.3.0",
"unified": "^7.0.0",
"unist-util-find": "^1.0.1",
"unist-util-is": "^2.1.2",
"unist-util-remove": "^1.0.1",
"unist-util-visit": "^1.3.1",
"url-loader": "^1.0.1",
"webpack": "^4.12.0",
"webpack-chain": "^4.8.0",
"webpack-hot-client": "^4.0.3",
"webpack-manifest-plugin": "^2.0.3",
"webpack-serve": "^1.0.4",
"webpackbar": "^2.6.1",
"ws": "^5.2.0",
"yargs": "^11.0.0"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/chokidar": "^1.7.5",
"@types/connect-history-api-fallback": "^1.3.1",
"@types/deepmerge": "^2.1.0",
"@types/del": "^3.0.1",
"@types/express": "^4.16.0",
"@types/fs-extra": "^5.0.3",
"@types/html-webpack-plugin": "^2.30.3",
"@types/lodash.get": "^4.4.3",
"@types/node": "10.3.4",
"@types/prettier": "^1.13.1",
"@types/resolve": "^0.0.8",
"@types/webpack": "^4.4.2",
"@types/webpack-chain": "^4.8.0",
"@types/ws": "^5.1.2",
"@types/yargs": "^11.0.0",
"rollup-plugin-cpy": "^1.0.0",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.13.0",
"typescript": "^2.9.2"
}
}