937be101d2
* initialise operators guides v2 * new introduction page * add variables csv and page * add baseurl to allow short path * add sandbox page * added building from source page * add binary pages * add preliminary steps * clean preliminary steps dir * syntax edit * syntax edit * add configuration page * create new proxy configuration page * create new proxy configuration page * create bonding.mdx page * correct images path * syntax edit * add new validator setup page * add api setup page * add nyx configuration page * add nym node and maintenance pages * finish maintenance and add nymvisor conf page * add manual upgrade page * add nymvisor upgrade page * add performance testing page and dir * add node api check page * add explore nym scripts page * add testing pages * fix menu issue by moving snippets to coomponents * add all troubleshooting pages * add general faq page * add nym node faq page * add nyx faq page * revamp legal forum to community counsel and add all pages * rewire relative paths to new structure * simplify setup and remove lock file * syntax fix * rm package.json * re add package.json, rm package-lock.json * removed old books from commit * address review comments --------- Co-authored-by: mfahampshire <maxhampshire@pm.me> Co-authored-by: mx <33262279+mfahampshire@users.noreply.github.com>
61 lines
1.8 KiB
JSON
61 lines
1.8 KiB
JSON
{
|
|
"name": "Nym Docs",
|
|
"version": "1.5-rc.0",
|
|
"description": "Nym Docs",
|
|
"license": "Apache-2.0",
|
|
"author": "Nym Technologies SA",
|
|
"scripts": {
|
|
"generate:commands": "../scripts/next-scripts/autodoc.sh",
|
|
"build": "next build",
|
|
"dev": " next dev",
|
|
"lint": "next lint",
|
|
"lint:fix": "next lint --fix",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@coreui/coreui": "^5.1.2",
|
|
"@coreui/react": "^5.4.0",
|
|
"@cosmjs/amino": "^0.32.2",
|
|
"@cosmjs/cosmwasm-launchpad": "^0.25.6",
|
|
"@cosmjs/cosmwasm-stargate": "^0.32.2",
|
|
"@cosmjs/encoding": "^0.32.2",
|
|
"@cosmjs/proto-signing": "^0.32.2",
|
|
"@cosmjs/stargate": "^0.32.2",
|
|
"@cosmos-kit/core": "^2.8.9",
|
|
"@cosmos-kit/keplr": "^2.6.9",
|
|
"@cosmos-kit/keplr-extension": "^2.7.9",
|
|
"@cosmos-kit/ledger": "^2.6.9",
|
|
"@cosmos-kit/react": "^2.10.11",
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@interchain-ui/react": "^1.8.0",
|
|
"@mui/icons-material": "^5.14.9",
|
|
"@mui/lab": "^5.0.0-alpha.145",
|
|
"@mui/material": "^5.14.8",
|
|
"@nextui-org/accordion": "^2.0.40",
|
|
"@nextui-org/react": "^2.4.8",
|
|
"@nymproject/contract-clients": ">=1.2.4-rc.2 || ^1",
|
|
"@nymproject/mix-fetch-full-fat": ">=1.2.4-rc.2 || ^1",
|
|
"@nymproject/sdk-full-fat": ">=1.2.4-rc.2 || ^1",
|
|
"chain-registry": "^1.19.0",
|
|
"cosmjs-types": "^0.9.0",
|
|
"lucide-react": "^0.438.0",
|
|
"next": "^13.4.19",
|
|
"nextra": "2",
|
|
"nextra-theme-docs": "2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"save": "^2.9.0",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.11.10",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"eslint": "8.46.0",
|
|
"eslint-config-next": "13.4.13",
|
|
"raw-loader": "^4.0.2",
|
|
"typescript": "^4.9.3"
|
|
},
|
|
"private": false
|
|
}
|