2023-07-13 14:09:45 +03:00
|
|
|
{
|
2023-08-03 11:31:15 +03:00
|
|
|
"name": "nimbus-gui",
|
2023-07-13 14:09:45 +03:00
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
2023-08-21 14:18:43 +03:00
|
|
|
"homepage": "https://nimbus-gui.github.io/nimbus-gui",
|
2023-07-13 14:09:45 +03:00
|
|
|
"scripts": {
|
2023-08-04 10:45:47 +03:00
|
|
|
"dev": "NODE_ENV=development vite",
|
2023-08-08 14:59:00 +03:00
|
|
|
"build": "tsc -p . && vite build",
|
2023-08-03 09:20:54 +03:00
|
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"storybook": "storybook dev -p 6006",
|
2023-08-03 12:53:39 +03:00
|
|
|
"build-storybook": "storybook build",
|
2023-09-26 12:23:26 +03:00
|
|
|
"test-storybook": "test-storybook",
|
|
|
|
"format:check": "yarn prettier --check src",
|
|
|
|
"format": "yarn prettier --write src"
|
2023-07-13 14:09:45 +03:00
|
|
|
},
|
2023-08-04 09:43:07 +03:00
|
|
|
"resolutions": {
|
|
|
|
"@tamagui/web": "1.36.4",
|
|
|
|
"react": "18",
|
|
|
|
"react-dom": "18"
|
|
|
|
},
|
2023-07-13 14:09:45 +03:00
|
|
|
"dependencies": {
|
2023-08-08 12:55:02 +03:00
|
|
|
"@nivo/line": "^0.83.0",
|
2023-08-07 10:03:12 +03:00
|
|
|
"@nivo/pie": "^0.83.0",
|
2023-08-17 11:29:45 +03:00
|
|
|
"@reduxjs/toolkit": "^1.9.5",
|
2023-08-10 10:18:21 +03:00
|
|
|
"@status-im/colors": "*",
|
2023-09-01 10:42:53 +03:00
|
|
|
"@status-im/components": "^0.3.0",
|
2023-09-05 10:42:10 +03:00
|
|
|
"@storybook/addon-actions": "^7.4.0",
|
2023-08-04 09:43:07 +03:00
|
|
|
"@tamagui/config": "1.36.4",
|
|
|
|
"@tamagui/react-17-patch": "1.36.4",
|
|
|
|
"@tamagui/vite-plugin": "1.36.4",
|
|
|
|
"@types/react": "18",
|
2023-09-13 19:38:30 +03:00
|
|
|
"@types/react-chartjs-2": "^2.5.7",
|
2023-08-04 09:43:07 +03:00
|
|
|
"@types/react-dom": "18",
|
2023-09-29 07:12:15 +03:00
|
|
|
"@web3-onboard/core": "^2.21.2",
|
2023-09-28 20:23:00 +03:00
|
|
|
"@web3-onboard/injected-wallets": "^2.10.6",
|
2023-09-29 07:12:15 +03:00
|
|
|
"@web3-onboard/ledger": "^2.5.2",
|
2023-09-28 20:23:00 +03:00
|
|
|
"@web3-onboard/react": "^2.8.13",
|
2023-10-10 18:51:14 +03:00
|
|
|
"@web3-onboard/walletconnect": "^2.4.7",
|
2023-09-13 11:27:51 +03:00
|
|
|
"chart.js": "^4.4.0",
|
2023-08-22 11:42:06 +03:00
|
|
|
"emoji-picker-react": "^4.4.11",
|
2023-09-28 20:23:00 +03:00
|
|
|
"ethers": "^6.7.1",
|
2023-08-07 10:47:22 +03:00
|
|
|
"expo-modules-core": "^1.5.9",
|
2023-08-04 09:43:07 +03:00
|
|
|
"react": "18",
|
2023-09-13 11:55:16 +03:00
|
|
|
"react-chartjs-2": "^5.2.0",
|
2023-08-16 17:24:38 +03:00
|
|
|
"react-color": "^2.19.3",
|
2023-08-29 09:42:33 +03:00
|
|
|
"react-confetti": "^6.1.0",
|
2023-08-04 09:43:07 +03:00
|
|
|
"react-dom": "18",
|
2023-08-23 10:10:52 +03:00
|
|
|
"react-form-stepper": "^2.0.3",
|
2023-08-07 10:47:22 +03:00
|
|
|
"react-native": "^0.72.3",
|
2023-08-04 12:18:37 +03:00
|
|
|
"react-native-svg": "^13.10.0",
|
2023-08-17 11:29:45 +03:00
|
|
|
"react-redux": "^8.1.2",
|
2023-08-09 13:13:18 +03:00
|
|
|
"react-router-dom": "^6.14.2",
|
2023-08-29 00:35:00 +03:00
|
|
|
"react-syntax-highlighter": "^15.5.0",
|
2023-09-15 12:59:37 +03:00
|
|
|
"recharts": "^2.8.0",
|
2023-09-01 11:46:38 +03:00
|
|
|
"tamagui": "1.36.4",
|
2023-10-10 15:15:33 +03:00
|
|
|
"web-bip39": "^0.0.3",
|
|
|
|
"web3-validator": "^2.0.2"
|
2023-07-13 14:09:45 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-04 09:43:07 +03:00
|
|
|
"@fsouza/prettierd": "^0.24.2",
|
2023-08-03 09:20:54 +03: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 12:53:39 +03:00
|
|
|
"@storybook/test-runner": "^0.12.0",
|
2023-08-03 09:20:54 +03:00
|
|
|
"@storybook/testing-library": "^0.2.0",
|
2023-08-16 17:24:38 +03:00
|
|
|
"@types/react-color": "^3.0.6",
|
2023-08-29 00:35:00 +03:00
|
|
|
"@types/react-syntax-highlighter": "^15.5.7",
|
2023-08-21 09:50:08 +03:00
|
|
|
"@types/uuid": "^9.0.2",
|
2023-08-03 09:20:54 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
|
|
"eslint": "^8.45.0",
|
2023-07-13 14:09:45 +03:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2023-08-03 09:20:54 +03:00
|
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
|
|
"eslint-plugin-storybook": "^0.6.13",
|
2023-08-04 09:43:07 +03:00
|
|
|
"prettier": "^3.0.1",
|
2023-08-03 09:20:54 +03:00
|
|
|
"storybook": "^7.2.0",
|
2023-08-21 10:22:37 +03:00
|
|
|
"storybook-addon-react-router-v6": "^2.0.5",
|
2023-08-03 09:20:54 +03:00
|
|
|
"typescript": "^5.0.2",
|
2023-08-23 11:31:17 +03:00
|
|
|
"vercel": "^32.0.1",
|
2023-08-07 15:23:21 +03:00
|
|
|
"vite": "^4.4.9"
|
2023-08-03 12:53:39 +03:00
|
|
|
},
|
|
|
|
"packageManager": "yarn@3.6.1"
|
2023-07-13 14:09:45 +03:00
|
|
|
}
|