1 | {
|
2 | "name": "docz",
|
3 | "version": "2.4.0",
|
4 | "description": "It's has never been so easy to documents your things!",
|
5 | "license": "MIT",
|
6 | "main": "dist/index.js",
|
7 | "module": "dist/index.esm.js",
|
8 | "typings": "dist/index.d.ts",
|
9 | "bin": {
|
10 | "docz": "./bin/index.js"
|
11 | },
|
12 | "files": [
|
13 | "bin/",
|
14 | "dist/",
|
15 | "package.json",
|
16 | "README.md"
|
17 | ],
|
18 | "repository": {
|
19 | "type": "git",
|
20 | "url": "https://github.com/doczjs/docz.git",
|
21 | "directory": "core/docz"
|
22 | },
|
23 | "scripts": {
|
24 | "dev": "cross-env NODE_ENV=development yarn build -w",
|
25 | "build": "cross-env NODE_ENV=production rollup -c",
|
26 | "fix": "yarn lint --fix",
|
27 | "lint": "eslint . --ext mdx,ts,tsx",
|
28 | "precommit": "lint-staged"
|
29 | },
|
30 | "dependencies": {
|
31 | "@emotion/react": "^11.1.1",
|
32 | "@mdx-js/react": "^1.0.27",
|
33 | "array-sort": "^1.0.0",
|
34 | "capitalize": "^2.0.0",
|
35 | "docz-core": "^2.4.0",
|
36 | "fast-deep-equal": "^2.0.1",
|
37 | "gatsby": "^2.13.27",
|
38 | "gatsby-plugin-eslint": "^2.0.5",
|
39 | "gatsby-plugin-typescript": "^2.1.6",
|
40 | "gatsby-theme-docz": "^2.4.0",
|
41 | "lodash": "^4.17.14",
|
42 | "marksy": "^8.0.0",
|
43 | "match-sorter": "^3.1.1",
|
44 | "pascal-case": "^3.1.0",
|
45 | "prop-types": "^15.7.2",
|
46 | "scheduler": "^0.15.0",
|
47 | "ulid": "^2.3.0",
|
48 | "yargs": "^13.3.0"
|
49 | },
|
50 | "peerDependencies": {
|
51 | "react": "^16.8.0 || ^17.0.2",
|
52 | "react-dom": "^16.8.0 || ^17.0.2"
|
53 | },
|
54 | "gitHead": "9ec9a3c647d9991658c9fea3d36fd6b959f41de5"
|
55 | }
|