mirror of https://github.com/zmkfirmware/zmk.git
72 lines
2.0 KiB
JSON
72 lines
2.0 KiB
JSON
{
|
|
"name": "docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "docusaurus start --host 0.0.0.0",
|
|
"build": "docusaurus build",
|
|
"serve": "docusaurus serve",
|
|
"swizzle": "docusaurus swizzle",
|
|
"deploy": "docusaurus deploy",
|
|
"clear": "docusaurus clear",
|
|
"lint": "eslint",
|
|
"prettier:check": "prettier --check .",
|
|
"prettier:format": "prettier --write .",
|
|
"typecheck": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "^3.9.1",
|
|
"@docusaurus/preset-classic": "^3.9.1",
|
|
"@docusaurus/theme-mermaid": "^3.9.1",
|
|
"@fortawesome/fontawesome-svg-core": "^7.1.0",
|
|
"@fortawesome/free-solid-svg-icons": "^7.1.0",
|
|
"@fortawesome/react-fontawesome": "^3.1.0",
|
|
"@mdx-js/react": "^3.1.0",
|
|
"classnames": "^2.2.6",
|
|
"js-yaml": "^4.1.0",
|
|
"react": "^19.2.0",
|
|
"react-async": "^10.0.1",
|
|
"react-copy-to-clipboard": "^5.0.3",
|
|
"react-dom": "^19.2.0",
|
|
"react-toastify": "^11.0.5",
|
|
"tree-sitter-devicetree": "^0.12.1",
|
|
"web-tree-sitter": "^0.24.3"
|
|
},
|
|
"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": "^3.6.3",
|
|
"@docusaurus/tsconfig": "^3.6.3",
|
|
"@docusaurus/types": "^3.6.3",
|
|
"@eslint/js": "^9.23.0",
|
|
"@types/glob": "^8.1.0",
|
|
"@types/js-yaml": "^4.0.5",
|
|
"@types/react": "^19.2.5",
|
|
"@types/react-helmet": "^6.1.6",
|
|
"@types/react-router-dom": "^5.1.7",
|
|
"eslint": "^9.23.0",
|
|
"eslint-plugin-mdx": "^3.3.2",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"globals": "^16.0.0",
|
|
"json-schema-to-typescript": "^15.0.3",
|
|
"mustache": "^4.2.0",
|
|
"null-loader": "^4.0.0",
|
|
"prebuild-webpack-plugin": "^1.1.1",
|
|
"prettier": "^3.4.2",
|
|
"string-replace-loader": "^3.1.0",
|
|
"typescript": "^5.7.2",
|
|
"typescript-eslint": "^8.30.1",
|
|
"webpack": "^5.97.1"
|
|
}
|
|
}
|