mirror of
https://github.com/morten-olsen/bob-the-algorithm.git
synced 2026-02-08 00:46:25 +01:00
90 lines
2.8 KiB
JSON
90 lines
2.8 KiB
JSON
{
|
|
"name": "@morten-olsen/ui",
|
|
"version": "1.0.0-alpha.1",
|
|
"homepage": "/bob-the-algorithm",
|
|
"jest": {
|
|
"preset": "jest-expo"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "~17.0.21",
|
|
"@types/react-dom": "~18.0.3"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn clean && run-p build:*",
|
|
"build:types": "tsc --emitDeclarationOnly && tsc-alias",
|
|
"build:script": "vite build",
|
|
"clean": "rimraf dist",
|
|
"lint:types": "tsc --noEmit",
|
|
"preview": "vite preview",
|
|
"dev": "start-storybook -p 6006",
|
|
"build:storybook": "build-storybook -o public",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^12.0.0",
|
|
"@fontsource/montserrat": "^4.5.10",
|
|
"@react-navigation/bottom-tabs": "^6.0.5",
|
|
"@react-navigation/native": "^6.0.2",
|
|
"@react-navigation/native-stack": "^6.1.0",
|
|
"@react-navigation/stack": "^6.2.1",
|
|
"chroma-js": "^2.4.2",
|
|
"date-fns": "^2.28.0",
|
|
"feather-icons": "^4.29.0",
|
|
"parse-css-color": "^0.2.1",
|
|
"react-feather": "^2.0.9",
|
|
"react-native-calendar-strip": "^2.2.5",
|
|
"react-native-calendars": "^1.1284.0",
|
|
"react-native-collapsible": "^1.6.0",
|
|
"react-native-gesture-handler": "^2.4.2",
|
|
"react-native-get-random-values": "^1.8.0",
|
|
"react-native-safe-area-context": "3.3.2",
|
|
"react-native-screens": "~3.10.1",
|
|
"string-to-color": "^2.2.2",
|
|
"styled-components": "^5.3.5"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"react-native": "0.64.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9",
|
|
"@bunchtogether/vite-plugin-flow": "^1.0.2",
|
|
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
|
|
"@rollup/plugin-babel": "^5.3.1",
|
|
"@storybook/addon-actions": "^6.4.22",
|
|
"@storybook/addon-essentials": "^6.4.22",
|
|
"@storybook/addon-links": "^6.4.22",
|
|
"@storybook/builder-vite": "^0.1.33",
|
|
"@storybook/react": "^6.4.22",
|
|
"@storybook/theming": "^6.4.22",
|
|
"@types/chroma-js": "^2.1.3",
|
|
"@types/feather-icons": "^4.7.0",
|
|
"@types/react": "~17.0.21",
|
|
"@types/react-dom": "^18.0.3",
|
|
"@types/styled-components-react-native": "^5.1.3",
|
|
"autoprefixer": "^10.4.7",
|
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
"esbuild-plugin-flow": "^0.3.2",
|
|
"expo-cli": "^5.4.3",
|
|
"flow-remove-types": "^2.178.0",
|
|
"jest": "^26.6.3",
|
|
"jest-expo": "~44.0.1",
|
|
"postcss": "^8.4.13",
|
|
"react": "17.0.1",
|
|
"react-docgen": "^5.4.0",
|
|
"react-docgen-typescript": "^2.2.2",
|
|
"react-dom": "17.0.1",
|
|
"react-native-web": "0.17.1",
|
|
"react-refresh": "^0.13.0",
|
|
"react-test-renderer": "17.0.1",
|
|
"storybook": "^6.4.22",
|
|
"typescript": "~4.3.5",
|
|
"vite": "^2.9.9",
|
|
"webpack-hot-middleware": "^2.25.1",
|
|
"webpack-merge": "^5.8.0"
|
|
}
|
|
}
|