UNPKG

2.62 kBJSONView Raw
1{
2 "name": "docz-core",
3 "version": "0.13.1",
4 "description": "All docz core logic of bundle and parsing is included on this package",
5 "license": "MIT",
6 "main": "dist/index.js",
7 "umd:main": "dist/index.umd.js",
8 "module": "dist/index.m.js",
9 "typings": "dist/index.d.ts",
10 "source": "src/index.ts",
11 "files": [
12 "dist/",
13 "package.json",
14 "README.md"
15 ],
16 "scripts": {
17 "dev": "libundler watch --ts -e all",
18 "build": "libundler build --ts -e all --c",
19 "fix": "run-s fix:*",
20 "fix:prettier": "prettier \"src/**/*.{ts,tsx}\" --write",
21 "fix:tslint": "tslint --fix --project .",
22 "tslint": "tslint --project ."
23 },
24 "dependencies": {
25 "@babel/core": "7.2.2",
26 "@babel/polyfill": "7.0.0",
27 "@babel/runtime": "^7.2.0",
28 "@mdx-js/loader": "^0.16.5",
29 "@mdx-js/mdx": "^0.16.5",
30 "@mdx-js/mdxast": "^0.16.1",
31 "@sindresorhus/slugify": "^0.6.0",
32 "@svgr/webpack": "^4.1.0",
33 "art-template": "^4.13.2",
34 "babel-loader": "^8.0.2",
35 "babel-preset-docz": "^0.13.0",
36 "babylon": "^6.18.0",
37 "cache-loader": "^1.2.5",
38 "chalk": "^2.4.1",
39 "chokidar": "^2.0.4",
40 "common-tags": "^1.8.0",
41 "cpy": "^7.0.1",
42 "deepmerge": "^3.0.0",
43 "detect-port": "^1.3.0",
44 "docz-utils": "^0.13.0",
45 "dotenv": "^6.2.0",
46 "env-dot-prop": "^1.1.0",
47 "fast-deep-equal": "^2.0.1",
48 "fast-glob": "^2.2.4",
49 "file-loader": "^2.0.0",
50 "find-up": "^3.0.0",
51 "friendly-errors-webpack-plugin": "^1.7.0",
52 "fs-extra": "^7.0.1",
53 "get-pkg-repo": "^4.0.2",
54 "happypack": "^5.0.0",
55 "html-minifier": "^3.5.21",
56 "humanize-string": "^1.0.2",
57 "koa-range": "^0.3.0",
58 "load-cfg": "^0.13.0",
59 "lodash": "^4.17.11",
60 "mini-html-webpack-plugin": "^0.2.3",
61 "p-reduce": "^1.0.0",
62 "progress-estimator": "^0.2.2",
63 "react-dev-utils": "^6.1.1",
64 "react-docgen-typescript-loader": "^3.0.0-rc.0",
65 "react-hot-loader": "^4.6.1",
66 "rehype-docz": "^0.13.0",
67 "rehype-slug": "^2.0.2",
68 "remark-docz": "^0.13.0",
69 "remark-frontmatter": "^1.3.1",
70 "remark-parse": "^6.0.2",
71 "resolve": "^1.9.0",
72 "signale": "^1.3.0",
73 "source-map-loader": "^0.2.4",
74 "terser-webpack-plugin": "^1.1.0",
75 "titleize": "^1.0.1",
76 "url-loader": "^1.1.2",
77 "webpack": "^4.27.1",
78 "webpack-bundle-analyzer": "^3.0.3",
79 "webpack-chain": "^5.0.1",
80 "webpack-dev-server": "^3.1.10",
81 "webpack-hot-client": "^4.1.1",
82 "webpack-manifest-plugin": "^2.0.4",
83 "webpackbar": "^3.1.4",
84 "ws": "^6.1.2",
85 "yargs": "^12.0.5"
86 },
87 "gitHead": "0b5ace21c6f06d8d7457613304c544ea26b85e58"
88}