summaryrefslogtreecommitdiff
path: root/docs/package.json
blob: 2e2ead99b605afaf615ad9917a44cb13942d1d9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
  "name": "docs",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "start": "docusaurus start",
    "build": "docusaurus build",
    "serve": "docusaurus serve",
    "swizzle": "docusaurus swizzle",
    "deploy": "docusaurus deploy",
    "clear": "docusaurus clear",
    "lint": "eslint . --ext js,jsx,md,mdx",
    "prettier:check": "prettier --check .",
    "prettier:format": "prettier --write .",
    "typecheck": "tsc"
  },
  "dependencies": {
    "@docusaurus/core": "^2.0.0-beta.3",
    "@docusaurus/preset-classic": "^2.0.0-beta.3",
    "@fortawesome/fontawesome-svg-core": "^1.2.32",
    "@fortawesome/free-solid-svg-icons": "^5.15.3",
    "@fortawesome/react-fontawesome": "^0.1.14",
    "@mdx-js/react": "^1.6.22",
    "classnames": "^2.2.6",
    "js-yaml": "^4.1.0",
    "react": "^17.0.2",
    "react-async": "^10.0.1",
    "react-copy-to-clipboard": "^5.0.3",
    "react-dom": "^17.0.2",
    "react-toastify": "^7.0.4",
    "web-tree-sitter": "^0.19.4"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@docusaurus/module-type-aliases": "^2.0.0-beta.3",
    "@tsconfig/docusaurus": "^1.0.2",
    "@types/react": "^17.0.3",
    "@types/react-helmet": "^6.1.0",
    "@types/react-router-dom": "^5.1.7",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-mdx": "^1.13.0",
    "eslint-plugin-react": "^7.23.2",
    "json-schema-to-typescript": "^10.1.3",
    "mustache": "^4.2.0",
    "null-loader": "^4.0.0",
    "prebuild-webpack-plugin": "^1.1.1",
    "prettier": "2.3.1",
    "string-replace-loader": "^3.0.3",
    "typescript": "^4.2.3",
    "webpack": "^5.46.0"
  }
}