148 lines
5.3 KiB
JSON
148 lines
5.3 KiB
JSON
{
|
|
"name": "nimbus-gui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"homepage": "https://nimbus-gui.github.io/nimbus-gui",
|
|
"workspaces": [
|
|
"libs/*"
|
|
],
|
|
"scripts": {
|
|
"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)",
|
|
"dev": "NODE_ENV=development vite",
|
|
"build": "tsc -p . && vite build",
|
|
"build-lib": "yarn nx build",
|
|
"build-lib:all": "yarn nx run-many --targets=build --all",
|
|
"build-storybook": "storybook build",
|
|
"preview": "vite preview",
|
|
"storybook": "storybook dev -p 6006",
|
|
"format:check": "yarn prettier --check src",
|
|
"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",
|
|
"local_deps:begin": "scripts/local_component_development.sh begin",
|
|
"local_deps:build": "scripts/local_component_development.sh build",
|
|
"local_deps:end": "scripts/local_component_development.sh end"
|
|
},
|
|
"resolutions": {
|
|
"@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",
|
|
"react": "18",
|
|
"react-dom": "18",
|
|
"expo-linear-gradient": "12.4.0",
|
|
"expo-blur": "12.5.0"
|
|
},
|
|
"dependencies": {
|
|
"@nivo/line": "^0.83.0",
|
|
"@nivo/pie": "^0.83.0",
|
|
"@reduxjs/toolkit": "^1.9.5",
|
|
"@status-im/colors": "0.4.0",
|
|
"@status-im/components": "git+https://git@github.com:nimbus-gui/status-web.git#workspace=@status-im/components&commit=4e3f3bb6446202a923bc688f8f9fcba1d7e4e791",
|
|
"@status-im/icons": "0.6.0",
|
|
"@storybook/addon-actions": "^7.4.0",
|
|
"@tamagui/config": "1.74.21",
|
|
"@tamagui/react-17-patch": "1.74.21",
|
|
"@tamagui/vite-plugin": "1.74.21",
|
|
"@types/react": "18",
|
|
"@types/react-chartjs-2": "^2.5.7",
|
|
"@types/react-dom": "18",
|
|
"@web3-onboard/core": "^2.21.2",
|
|
"@web3-onboard/injected-wallets": "^2.10.6",
|
|
"@web3-onboard/ledger": "^2.5.2",
|
|
"@web3-onboard/react": "^2.8.13",
|
|
"@web3-onboard/walletconnect": "^2.4.7",
|
|
"chart.js": "^4.4.2",
|
|
"chartjs-plugin-gradient": "^0.6.1",
|
|
"emoji-picker-react": "^4.4.11",
|
|
"ethers": "^6.7.1",
|
|
"expo-modules-core": "^1.5.9",
|
|
"react": "18",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-color": "^2.19.3",
|
|
"react-confetti": "^6.1.0",
|
|
"react-day-picker": "^8.10.0",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
"react-dom": "18",
|
|
"react-form-stepper": "^2.0.3",
|
|
"react-lazylog": "^4.5.3",
|
|
"react-markdown": "^9.0.0",
|
|
"react-modal": "^3.16.1",
|
|
"react-native": "^0.72.3",
|
|
"react-native-svg": "^13.10.0",
|
|
"react-redux": "^8.1.2",
|
|
"react-router-dom": "^6.14.2",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"react-virtualized": "^9.22.5",
|
|
"react-virtuoso": "^4.6.2",
|
|
"react-window": "^1.8.10",
|
|
"recharts": "^2.9.0",
|
|
"tamagui": "1.74.21",
|
|
"use-react-router-breadcrumbs": "^4.0.1",
|
|
"web-bip39": "^0.0.3",
|
|
"web3-validator": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^8.3.1",
|
|
"@fsouza/prettierd": "^0.24.2",
|
|
"@nx/js": "^17.2.8",
|
|
"@nx/vite": "17.2.8",
|
|
"@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",
|
|
"@storybook/test-runner": "^0.12.0",
|
|
"@storybook/testing-library": "^0.2.0",
|
|
"@swc-node/register": "~1.6.7",
|
|
"@swc/core": "~1.3.85",
|
|
"@types/node": "18.7.1",
|
|
"@types/react-color": "^3.0.6",
|
|
"@types/react-dnd": "^3.0.2",
|
|
"@types/react-modal": "^3",
|
|
"@types/react-syntax-highlighter": "^15.5.7",
|
|
"@types/react-virtualized": "^9.21.29",
|
|
"@types/react-window": "^1.8.8",
|
|
"@types/react-window-infinite-loader": "^1.0.9",
|
|
"@types/uuid": "^9.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
"@vitest/coverage-v8": "~0.34.6",
|
|
"@vitest/ui": "~0.34.6",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"eslint-plugin-storybook": "^0.6.13",
|
|
"nx": "^17.2.8",
|
|
"prettier": "^3.0.1",
|
|
"storybook": "^7.2.0",
|
|
"storybook-addon-react-router-v6": "^2.0.5",
|
|
"tsx": "^4.7.0",
|
|
"typescript": "^5.0.2",
|
|
"vercel": "^32.0.1",
|
|
"vite": "^5.0.0",
|
|
"vitest": "~0.34.6"
|
|
},
|
|
"packageManager": "yarn@4.1.1"
|
|
}
|