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",
|
|
|
|
"scripts": {
|
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",
|
2023-08-03 06:20:54 +00:00
|
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"storybook": "storybook dev -p 6006",
|
2023-08-03 09:53:39 +00:00
|
|
|
"build-storybook": "storybook build",
|
|
|
|
"test-storybook": "test-storybook"
|
2023-07-13 11:09:45 +00:00
|
|
|
},
|
2023-08-04 06:43:07 +00:00
|
|
|
"resolutions": {
|
|
|
|
"@tamagui/web": "1.36.4",
|
|
|
|
"react": "18",
|
|
|
|
"react-dom": "18"
|
|
|
|
},
|
2023-07-13 11:09:45 +00:00
|
|
|
"dependencies": {
|
2023-08-07 07:03:12 +00:00
|
|
|
"@nivo/pie": "^0.83.0",
|
2023-08-10 06:56:22 +00:00
|
|
|
"@status-im/colors": "^0.2.0",
|
2023-08-04 09:18:37 +00:00
|
|
|
"@status-im/components": "^0.2.6",
|
2023-08-04 06:43:07 +00:00
|
|
|
"@tamagui/config": "1.36.4",
|
|
|
|
"@tamagui/react-17-patch": "1.36.4",
|
|
|
|
"@tamagui/vite-plugin": "1.36.4",
|
|
|
|
"@types/react": "18",
|
|
|
|
"@types/react-dom": "18",
|
2023-08-07 07:47:22 +00:00
|
|
|
"expo-modules-core": "^1.5.9",
|
2023-08-04 06:43:07 +00:00
|
|
|
"react": "18",
|
|
|
|
"react-dom": "18",
|
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-04 06:43:07 +00:00
|
|
|
"tamagui": "1.36.4"
|
2023-07-13 11:09:45 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-04 06:43:07 +00:00
|
|
|
"@fsouza/prettierd": "^0.24.2",
|
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",
|
|
|
|
"@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 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",
|
2023-08-04 06:43:07 +00:00
|
|
|
"prettier": "^3.0.1",
|
2023-08-03 06:20:54 +00:00
|
|
|
"storybook": "^7.2.0",
|
|
|
|
"typescript": "^5.0.2",
|
2023-08-07 12:23:21 +00:00
|
|
|
"vite": "^4.4.9"
|
2023-08-03 09:53:39 +00:00
|
|
|
},
|
|
|
|
"packageManager": "yarn@3.6.1"
|
2023-07-13 11:09:45 +00:00
|
|
|
}
|