This commit is contained in:
alirehmani
2024-05-10 17:50:17 +05:00
parent e75f8e9059
commit bd1c3692c5
153 changed files with 0 additions and 12612 deletions

View File

@@ -1,104 +0,0 @@
{
"name": "managing",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"serve": "serve -s dist -p 3000",
"test": "jest",
"lint": "eslint . --ext .ts,.tsx,.js,jsx",
"lint:fix": "eslint . --ext .ts,.tsx,.js,jsx --fix",
"typecheck": "tsc --noEmit",
"prettier": "prettier --write \"**/*.+(json|yml|css|md|mdx)\"",
"clean": "rimraf node_modules yarn.lock dist",
"validate": "./scripts/validate"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@microsoft/signalr": "^6.0.5",
"@tanstack/react-query": "^5.0.0",
"@wagmi/chains": "^0.2.9",
"@wagmi/connectors": "^4.3.2",
"@wagmi/core": "^2.9.0",
"@walletconnect/universal-provider": "^2.8.6",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"connectkit": "^1.7.3",
"date-fns": "^2.30.0",
"jotai": "^1.6.7",
"latest-version": "^9.0.0",
"lightweight-charts": "git+https://github.com/ntf/lightweight-charts.git",
"moment": "^2.29.3",
"plotly.js": "^2.18.1",
"react": "^18.1.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.1.0",
"react-grid-layout": "^1.3.4",
"react-hook-form": "^7.31.2",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"react-iframe": "^1.8.0",
"react-plotly.js": "^2.6.0",
"react-router-dom": "^6.3.0",
"react-slider": "^2.0.1",
"react-table": "^7.8.0",
"react-toastify": "^9.0.1",
"reactflow": "^11.8.3",
"viem": "^2.0.6",
"wagmi": "^2.2.1",
"web3": "^4.0.2",
"zustand": "^4.4.1"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.1",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@tanstack/eslint-plugin-query": "^4.34.1",
"@testing-library/dom": "^8.13.0",
"@testing-library/react": "^13.2.0",
"@types/jest": "^27.5.1",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@types/react-grid-layout": "^1.3.2",
"@types/react-plotly.js": "^2.6.0",
"@types/react-slider": "^1.3.1",
"@types/react-table": "^7.7.12",
"@types/signalr": "^2.2.37",
"@types/testing-library__jest-dom": "^5.14.3",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@vitejs/plugin-react": "^1.3.2",
"all-contributors-cli": "^6.20.0",
"autoprefixer": "^10.4.7",
"daisyui": "^3.5.1",
"esbuild-jest": "^0.4.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-typescript": "^3.0.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.0.0",
"jest-watch-typeahead": "^1.1.0",
"node-notifier": "^10.0.1",
"postcss": "^8.4.13",
"prettier": "^2.6.1",
"prettier-plugin-tailwind-css": "^1.5.0",
"rimraf": "^3.0.2",
"serve": "^14.2.0",
"tailwindcss": "^3.0.23",
"typescript": "^5.0.4",
"vite": "^4.4.9",
"whatwg-fetch": "^3.6.2"
},
"msw": {
"workerDirectory": ""
}
}