Files
Chromacase/front/package.json
Clément Le Bihan 4923fc72b2 reactènative-sounds
2023-12-31 17:59:56 +01:00

92 lines
2.8 KiB
JSON

{
"name": "chromacase",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"pretty:check": "prettier --check .",
"pretty:write": "prettier --write .",
"lint": "eslint .",
"test": "jest -i",
"test:cov": "jest -i --coverage",
"test:watch": "jest -i --watch",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"chromatic": "chromatic --exit-zero-on-changes"
},
"dependencies": {
"@expo/webpack-config": "^19.0.0",
"@motiz88/react-native-midi": "^0.0.6",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-navigation/native": "^6.1.8",
"@react-navigation/native-stack": "^6.9.14",
"@reduxjs/toolkit": "^1.9.6",
"expo": "~49.0.13",
"expo-av": "~13.4.1",
"expo-blur": "~12.4.1",
"expo-image-picker": "~14.3.2",
"expo-linear-gradient": "~12.3.0",
"expo-linking": "~5.0.2",
"expo-screen-orientation": "~6.0.5",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"fbjs": "^3.0.5",
"i18next": "^23.5.1",
"iconsax-react-native": "^0.0.8",
"native-base": "^3.4.28",
"normalize-css-color": "^1.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^13.2.2",
"react-native": "0.72.6",
"react-native-chart-kit": "^6.12.0",
"react-native-dotenv": "^3.4.9",
"react-native-modal": "^13.0.1",
"react-native-pager-view": "6.2.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-sound": "^0.11.2",
"react-native-super-grid": "^5.0.0",
"react-native-svg": "14.0.0",
"react-native-tab-view": "^3.5.2",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "~0.19.6",
"react-query": "^3.39.3",
"react-redux": "^8.1.2",
"react-use-precision-timer": "^3.3.1",
"redux-persist": "^6.0.0",
"type-fest": "^4.3.2",
"url": "^0.11.3",
"yup": "^1.3.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-transform-export-namespace-from": "^7.22.11",
"@types/fbjs": "^3.0.10",
"@types/lodash": "^4.14.199",
"@types/react": "~18.2.14",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.31.11",
"expo-dev-client": "~2.4.11",
"jest": "^29.2.1",
"prettier": "^3.0.3",
"typescript": "^5.1.3"
},
"private": true,
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)"
]
}
}