2023-07-13 11:09:45 +00:00
|
|
|
{
|
2023-08-03 08:31:15 +00:00
|
|
|
"name": "nimbus-gui",
|
2023-07-13 11:09:45 +00:00
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
2023-08-21 11:18:43 +00:00
|
|
|
"homepage": "https://nimbus-gui.github.io/nimbus-gui",
|
2024-01-22 12:36:14 +00:00
|
|
|
"workspaces": [
|
|
|
|
"libs/*"
|
|
|
|
],
|
2023-07-13 11:09:45 +00:00
|
|
|
"scripts": {
|
2024-01-22 14:15:45 +00:00
|
|
|
"clean": "yarn clean:normal",
|
|
|
|
"clean:normal": "yarn clean:nx-cache && EXCL_NM='-e node_modules' yarn clean:untracked_artifacts",
|
|
|
|
"clean:all": "yarn clean:nx-cache && EXCL_NM='' yarn clean:untracked_artifacts",
|
|
|
|
"clean:nx-cache": "rm -rvf \"$(git rev-parse --show-toplevel)/node_modules/.cache\"",
|
|
|
|
"clean:untracked_artifacts": "git clean -fdx -e .env -e .direnv -e .yarn -e .netlify -e .vscode $EXCL_NM -- $(git rev-parse --show-toplevel)",
|
2023-08-04 07:45:47 +00:00
|
|
|
"dev": "NODE_ENV=development vite",
|
2023-08-08 11:59:00 +00:00
|
|
|
"build": "tsc -p . && vite build",
|
2024-01-22 14:13:00 +00:00
|
|
|
"build-lib": "yarn nx build",
|
|
|
|
"build-lib:all": "yarn nx run-many --targets=build --all",
|
|
|
|
"build-storybook": "storybook build",
|
2023-08-03 06:20:54 +00:00
|
|
|
"preview": "vite preview",
|
|
|
|
"storybook": "storybook dev -p 6006",
|
2023-09-26 09:23:26 +00:00
|
|
|
"format:check": "yarn prettier --check src",
|
2024-01-22 14:13:00 +00:00
|
|
|
"format": "yarn prettier --write src",
|
|
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
|
|
"test-storybook": "test-storybook",
|
|
|
|
"test-lib": "yarn nx test",
|
|
|
|
"test-lib:all": "yarn nx run-many --targets=test"
|
2023-07-13 11:09:45 +00:00
|
|
|
},
|
2023-08-04 06:43:07 +00:00
|
|
|
"resolutions": {
|
2024-02-09 18:04:45 +00:00
|
|
|
"@tamagui/core": "1.74.21",
|
|
|
|
"@tamagui/web": "1.74.21",
|
|
|
|
"@tamagui/animate-presence": "1.74.21",
|
|
|
|
"@tamagui/animations-css": "1.74.21",
|
|
|
|
"@tamagui/animations-react-native": "1.74.21",
|
|
|
|
"@tamagui/font-inter": "1.74.21",
|
|
|
|
"@tamagui/image": "1.74.21",
|
|
|
|
"@tamagui/react-native-media-driver": "1.74.21",
|
|
|
|
"@tamagui/shorthands": "1.74.21",
|
|
|
|
"@tamagui/themes": "1.74.21",
|
|
|
|
"@tamagui/sheet": "1.74.21",
|
|
|
|
"@tamagui/button": "1.74.21",
|
|
|
|
"tamagui": "1.74.21",
|
2023-08-04 06:43:07 +00:00
|
|
|
"react": "18",
|
|
|
|
"react-dom": "18"
|
|
|
|
},
|
2023-07-13 11:09:45 +00:00
|
|
|
"dependencies": {
|
2023-08-08 09:55:02 +00:00
|
|
|
"@nivo/line": "^0.83.0",
|
2023-08-07 07:03:12 +00:00
|
|
|
"@nivo/pie": "^0.83.0",
|
2023-08-17 08:29:45 +00:00
|
|
|
"@reduxjs/toolkit": "^1.9.5",
|
2024-02-07 17:58:28 +00:00
|
|
|
"@status-im/colors": "0.4.0",
|
|
|
|
"@status-im/components": "0.6.1",
|
|
|
|
"@status-im/icons": "0.6.0",
|
2023-09-05 07:42:10 +00:00
|
|
|
"@storybook/addon-actions": "^7.4.0",
|
2024-02-09 18:04:45 +00:00
|
|
|
"@tamagui/config": "1.74.21",
|
|
|
|
"@tamagui/react-17-patch": "1.74.21",
|
|
|
|
"@tamagui/vite-plugin": "1.74.21",
|
2023-08-04 06:43:07 +00:00
|
|
|
"@types/react": "18",
|
2023-09-13 16:38:30 +00:00
|
|
|
"@types/react-chartjs-2": "^2.5.7",
|
2023-08-04 06:43:07 +00:00
|
|
|
"@types/react-dom": "18",
|
2023-09-29 04:12:15 +00:00
|
|
|
"@web3-onboard/core": "^2.21.2",
|
2023-09-28 17:23:00 +00:00
|
|
|
"@web3-onboard/injected-wallets": "^2.10.6",
|
2023-09-29 04:12:15 +00:00
|
|
|
"@web3-onboard/ledger": "^2.5.2",
|
2023-09-28 17:23:00 +00:00
|
|
|
"@web3-onboard/react": "^2.8.13",
|
2023-10-10 15:51:14 +00:00
|
|
|
"@web3-onboard/walletconnect": "^2.4.7",
|
2023-09-13 08:27:51 +00:00
|
|
|
"chart.js": "^4.4.0",
|
2023-08-22 08:42:06 +00:00
|
|
|
"emoji-picker-react": "^4.4.11",
|
2023-09-28 17:23:00 +00:00
|
|
|
"ethers": "^6.7.1",
|
2023-08-07 07:47:22 +00:00
|
|
|
"expo-modules-core": "^1.5.9",
|
2023-08-04 06:43:07 +00:00
|
|
|
"react": "18",
|
2023-09-13 08:55:16 +00:00
|
|
|
"react-chartjs-2": "^5.2.0",
|
2023-08-16 14:24:38 +00:00
|
|
|
"react-color": "^2.19.3",
|
2023-08-29 06:42:33 +00:00
|
|
|
"react-confetti": "^6.1.0",
|
2023-08-04 06:43:07 +00:00
|
|
|
"react-dom": "18",
|
2023-08-23 07:10:52 +00:00
|
|
|
"react-form-stepper": "^2.0.3",
|
2023-11-03 10:02:48 +00:00
|
|
|
"react-lazylog": "^4.5.3",
|
2023-10-25 05:49:28 +00:00
|
|
|
"react-markdown": "^9.0.0",
|
2023-08-07 07:47:22 +00:00
|
|
|
"react-native": "^0.72.3",
|
2023-08-04 09:18:37 +00:00
|
|
|
"react-native-svg": "^13.10.0",
|
2023-08-17 08:29:45 +00:00
|
|
|
"react-redux": "^8.1.2",
|
2023-08-09 10:13:18 +00:00
|
|
|
"react-router-dom": "^6.14.2",
|
2023-08-28 21:35:00 +00:00
|
|
|
"react-syntax-highlighter": "^15.5.0",
|
2023-12-15 11:18:59 +00:00
|
|
|
"react-virtuoso": "^4.6.2",
|
2023-11-03 15:01:23 +00:00
|
|
|
"react-window": "^1.8.9",
|
2023-11-03 14:56:40 +00:00
|
|
|
"react-window-infinite-loader": "^1.0.9",
|
2023-10-26 10:00:54 +00:00
|
|
|
"recharts": "^2.9.0",
|
2024-02-09 18:04:45 +00:00
|
|
|
"tamagui": "1.74.21",
|
2023-10-10 12:15:33 +00:00
|
|
|
"web-bip39": "^0.0.3",
|
|
|
|
"web3-validator": "^2.0.2"
|
2023-07-13 11:09:45 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-23 10:20:32 +00:00
|
|
|
"@faker-js/faker": "^8.3.1",
|
2023-08-04 06:43:07 +00:00
|
|
|
"@fsouza/prettierd": "^0.24.2",
|
2024-01-22 13:58:43 +00:00
|
|
|
"@nx/js": "^17.2.8",
|
2024-01-22 16:25:49 +00:00
|
|
|
"@nx/vite": "17.2.8",
|
2023-08-03 06:20:54 +00:00
|
|
|
"@storybook/addon-essentials": "^7.2.0",
|
|
|
|
"@storybook/addon-interactions": "^7.2.0",
|
|
|
|
"@storybook/addon-links": "^7.2.0",
|
|
|
|
"@storybook/addon-onboarding": "^1.0.8",
|
|
|
|
"@storybook/blocks": "^7.2.0",
|
|
|
|
"@storybook/cli": "^7.2.0",
|
|
|
|
"@storybook/react": "^7.2.0",
|
|
|
|
"@storybook/react-vite": "^7.2.0",
|
2023-08-03 09:53:39 +00:00
|
|
|
"@storybook/test-runner": "^0.12.0",
|
2023-08-03 06:20:54 +00:00
|
|
|
"@storybook/testing-library": "^0.2.0",
|
2024-01-22 16:25:49 +00:00
|
|
|
"@swc-node/register": "~1.6.7",
|
|
|
|
"@swc/core": "~1.3.85",
|
|
|
|
"@types/node": "18.7.1",
|
2023-08-16 14:24:38 +00:00
|
|
|
"@types/react-color": "^3.0.6",
|
2023-08-28 21:35:00 +00:00
|
|
|
"@types/react-syntax-highlighter": "^15.5.7",
|
2023-11-08 00:03:16 +00:00
|
|
|
"@types/react-window": "^1.8.8",
|
2023-11-08 00:13:47 +00:00
|
|
|
"@types/react-window-infinite-loader": "^1.0.9",
|
2023-08-21 06:50:08 +00:00
|
|
|
"@types/uuid": "^9.0.2",
|
2023-08-03 06:20:54 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
|
|
"@vitejs/plugin-react": "^4.0.3",
|
2024-01-22 16:25:49 +00:00
|
|
|
"@vitest/coverage-v8": "~0.34.6",
|
|
|
|
"@vitest/ui": "~0.34.6",
|
2023-08-03 06:20:54 +00:00
|
|
|
"eslint": "^8.45.0",
|
2023-07-13 11:09:45 +00:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2023-08-03 06:20:54 +00:00
|
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
|
|
"eslint-plugin-storybook": "^0.6.13",
|
2024-01-22 13:58:43 +00:00
|
|
|
"nx": "^17.2.8",
|
2023-08-04 06:43:07 +00:00
|
|
|
"prettier": "^3.0.1",
|
2023-08-03 06:20:54 +00:00
|
|
|
"storybook": "^7.2.0",
|
2023-08-21 07:22:37 +00:00
|
|
|
"storybook-addon-react-router-v6": "^2.0.5",
|
2024-01-25 11:19:29 +00:00
|
|
|
"tsx": "^4.7.0",
|
2023-08-03 06:20:54 +00:00
|
|
|
"typescript": "^5.0.2",
|
2023-08-23 08:31:17 +00:00
|
|
|
"vercel": "^32.0.1",
|
2024-01-22 16:25:49 +00:00
|
|
|
"vite": "^5.0.0",
|
|
|
|
"vitest": "~0.34.6"
|
2023-08-03 09:53:39 +00:00
|
|
|
},
|
|
|
|
"packageManager": "yarn@3.6.1"
|
2023-07-13 11:09:45 +00:00
|
|
|
}
|