mirror of
https://github.com/morten-olsen/bob-the-algorithm.git
synced 2026-02-08 00:46:25 +01:00
80 lines
2.4 KiB
JSON
80 lines
2.4 KiB
JSON
{
|
|
"name": "@morten-olsen/bob",
|
|
"version": "3.0.0",
|
|
"main": "./src/index.ts",
|
|
"homepage": "/bob-the-algorithm",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"eject": "expo eject",
|
|
"test": "jest --watchAll",
|
|
"build:web": "expo build:web"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "~17.0.21",
|
|
"@types/react-dom": "~18.0.3",
|
|
"react-error-overlay": "6.0.9"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^12.0.0",
|
|
"@morten-olsen/ui": "1.0.0-alpha.1",
|
|
"@react-native-async-storage/async-storage": "~1.15.0",
|
|
"@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",
|
|
"expo": "~44.0.0",
|
|
"expo-asset": "~8.4.4",
|
|
"expo-calendar": "~10.1.0",
|
|
"expo-constants": "~13.0.0",
|
|
"expo-font": "~10.0.4",
|
|
"expo-linking": "~3.0.0",
|
|
"expo-location": "~14.0.1",
|
|
"expo-random": "~12.1.1",
|
|
"expo-splash-screen": "~0.14.0",
|
|
"expo-status-bar": "~1.2.0",
|
|
"expo-task-manager": "~10.1.0",
|
|
"expo-updates": "~0.11.7",
|
|
"expo-web-browser": "~10.1.0",
|
|
"parse-css-color": "^0.2.1",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"react-native": "0.64.3",
|
|
"react-native-calendar-strip": "^2.2.5",
|
|
"react-native-calendars": "^1.1284.0",
|
|
"react-native-collapsible": "^1.6.0",
|
|
"react-native-gesture-handler": "~2.1.0",
|
|
"react-native-get-random-values": "~1.7.0",
|
|
"react-native-safe-area-context": "3.3.2",
|
|
"react-native-screens": "~3.10.1",
|
|
"react-native-web": "0.17.1",
|
|
"string-to-color": "^2.2.2",
|
|
"styled-components": "^5.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
|
|
"@types/chroma-js": "^2.1.3",
|
|
"@types/react": "~17.0.21",
|
|
"@types/react-dom": "^18.0.3",
|
|
"@types/styled-components-react-native": "^5.1.3",
|
|
"babel-loader": "^8.2.5",
|
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
"expo-cli": "^5.4.3",
|
|
"jest": "^26.6.3",
|
|
"jest-expo": "~44.0.1",
|
|
"react-refresh": "^0.13.0",
|
|
"react-test-renderer": "17.0.1",
|
|
"typescript": "~4.3.5",
|
|
"webpack-hot-middleware": "^2.25.1"
|
|
},
|
|
"private": true
|
|
}
|