mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-09 02:17:53 -05:00
150 lines
5.2 KiB
JSON
150 lines
5.2 KiB
JSON
{
|
|
"name": "zk-groups",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "nx serve",
|
|
"build": "nx build",
|
|
"test": "nx test",
|
|
"lint": "nx lint",
|
|
"start:all": "nx run-many --target=serve --all --parallel=4",
|
|
"build:all": "nx run-many --target=build --all",
|
|
"lint:all": "nx run-many --target=lint --all",
|
|
"test:all": "nx run-many --target=test --all --coverage",
|
|
"prettier": "prettier -c .",
|
|
"prettier:write": "prettier -w .",
|
|
"commit": "cz",
|
|
"precommit": "lint-staged",
|
|
"prepare": "husky install",
|
|
"release": "nx run workspace:version --syncVersions --baseBranch chore/conventional-commits"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^2.2.6",
|
|
"@emotion/react": "^11.10.0",
|
|
"@emotion/styled": "^11.10.0",
|
|
"@nestjs/common": "^8.0.0",
|
|
"@nestjs/core": "^8.0.0",
|
|
"@nestjs/jwt": "^9.0.0",
|
|
"@nestjs/mapped-types": "^1.1.0",
|
|
"@nestjs/passport": "^9.0.0",
|
|
"@nestjs/platform-express": "^8.0.0",
|
|
"@nestjs/schedule": "^2.1.0",
|
|
"@nestjs/typeorm": "^9.0.0",
|
|
"@openzeppelin/contracts": "^4.7.3",
|
|
"@rainbow-me/rainbowkit": "^0.8.1",
|
|
"@semaphore-protocol/contracts": "3.0.0",
|
|
"@semaphore-protocol/group": "3.0.0",
|
|
"@semaphore-protocol/identity": "3.0.0",
|
|
"@semaphore-protocol/subgraph": "3.0.0",
|
|
"@types/cookie-parser": "^1.4.3",
|
|
"@types/cron": "^2.0.0",
|
|
"@web3-react/core": "^6.1.9",
|
|
"@web3-react/injected-connector": "^6.0.7",
|
|
"class-transformer": "^0.5.1",
|
|
"class-validator": "^0.13.2",
|
|
"cookie-parser": "^1.4.6",
|
|
"core-js": "^3.6.5",
|
|
"ethers": "^5.7.2",
|
|
"express-session": "^1.17.3",
|
|
"framer-motion": "^7.0.0",
|
|
"memorystore": "^1.6.7",
|
|
"passport": "^0.6.0",
|
|
"passport-github": "^1.1.0",
|
|
"passport-jwt": "^4.0.0",
|
|
"passport-oauth2": "^1.6.1",
|
|
"passport-twitter": "^1.0.4",
|
|
"pg": "^8.8.0",
|
|
"react": "18.1.0",
|
|
"react-cookie": "^4.1.1",
|
|
"react-dom": "18.1.0",
|
|
"react-icons": "^4.4.0",
|
|
"react-router-dom": "6.3.0",
|
|
"reflect-metadata": "^0.1.13",
|
|
"regenerator-runtime": "0.13.7",
|
|
"rxjs": "^7.0.0",
|
|
"soltypes": "^2.0.0",
|
|
"sqlite3": "^5.1.2",
|
|
"tslib": "^2.3.0",
|
|
"typeorm": "^0.3.7",
|
|
"wagmi": "^0.11.2",
|
|
"webpack": "^5.74.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.0.0",
|
|
"@commitlint/config-conventional": "^17.4.3",
|
|
"@jscutlery/semver": "^2.30.1",
|
|
"@nestjs/schematics": "^8.0.0",
|
|
"@nestjs/testing": "^8.0.0",
|
|
"@nomicfoundation/hardhat-chai-matchers": "^1.0.0",
|
|
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
|
|
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
|
|
"@nomiclabs/hardhat-ethers": "^2.0.0",
|
|
"@nomiclabs/hardhat-etherscan": "^3.0.0",
|
|
"@nrwl/cli": "15.6.3",
|
|
"@nrwl/cypress": "15.6.3",
|
|
"@nrwl/devkit": "15.6.3",
|
|
"@nrwl/eslint-plugin-nx": "15.6.3",
|
|
"@nrwl/jest": "15.6.3",
|
|
"@nrwl/js": "15.6.3",
|
|
"@nrwl/linter": "15.6.3",
|
|
"@nrwl/nest": "15.6.3",
|
|
"@nrwl/node": "15.6.3",
|
|
"@nrwl/react": "^15.6.3",
|
|
"@nrwl/web": "15.6.3",
|
|
"@nrwl/workspace": "15.6.3",
|
|
"@semaphore-protocol/proof": "3.0.0",
|
|
"@testing-library/react": "13.1.1",
|
|
"@typechain/ethers-v5": "^10.1.0",
|
|
"@typechain/hardhat": "^6.1.2",
|
|
"@types/chai": "^4.2.0",
|
|
"@types/express-session": "^1.17.5",
|
|
"@types/jest": "27.4.1",
|
|
"@types/mocha": "^9.1.0",
|
|
"@types/node": "16.11.7",
|
|
"@types/passport": "^1.0.9",
|
|
"@types/passport-github": "^1.1.7",
|
|
"@types/passport-twitter": "^1.0.37",
|
|
"@types/react": "18.0.8",
|
|
"@types/react-dom": "18.0.3",
|
|
"@types/react-router-dom": "5.3.3",
|
|
"@typescript-eslint/eslint-plugin": "~5.18.0",
|
|
"@typescript-eslint/parser": "~5.18.0",
|
|
"assert": "^2.0.0",
|
|
"babel-jest": "27.5.1",
|
|
"chai": "^4.2.0",
|
|
"commitizen": "^4.2.4",
|
|
"cypress": "^9.1.0",
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
"eslint": "~8.12.0",
|
|
"eslint-config-prettier": "8.1.0",
|
|
"eslint-plugin-cypress": "^2.10.3",
|
|
"eslint-plugin-import": "2.26.0",
|
|
"eslint-plugin-jsx-a11y": "6.5.1",
|
|
"eslint-plugin-react": "7.29.4",
|
|
"eslint-plugin-react-hooks": "4.5.0",
|
|
"hardhat": "^2.12.5",
|
|
"hardhat-dependency-compiler": "^1.1.3",
|
|
"hardhat-gas-reporter": "^1.0.8",
|
|
"husky": "^8.0.0",
|
|
"jest": "27.5.1",
|
|
"lint-staged": "^12.4.2",
|
|
"nx": "15.6.3",
|
|
"prettier": "^2.5.1",
|
|
"prettier-plugin-solidity": "^1.1.1",
|
|
"process": "^0.11.10",
|
|
"react-test-renderer": "18.1.0",
|
|
"solhint": "^3.3.7",
|
|
"solhint-plugin-prettier": "^0.0.5",
|
|
"solidity-coverage": "^0.8.1",
|
|
"ts-jest": "27.1.4",
|
|
"ts-node": "9.1.1",
|
|
"typechain": "^8.1.0",
|
|
"typescript": "~4.6.2"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|