Front: Merge

This commit is contained in:
Arthi-chaud
2023-01-25 10:01:40 +00:00
29 changed files with 5491 additions and 644 deletions
+20 -2
View File
@@ -10,7 +10,10 @@
"eject": "expo eject",
"test": "jest -i",
"test:cov": "jest -i --coverage",
"test:watch": "jest -i --watch"
"test:watch": "jest -i --watch",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"chromatic": "chromatic --exit-zero-on-changes"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
@@ -36,6 +39,7 @@
"install": "^0.13.0",
"jest": "^26.6.3",
"jest-expo": "^45.0.1",
"moti": "^0.22.0",
"native-base": "^3.4.17",
"react": "18.1.0",
"react-dom": "18.1.0",
@@ -44,6 +48,7 @@
"react-native-paper": "^4.12.5",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-reanimated": "~2.8.0",
"react-native-super-grid": "^4.6.1",
"react-native-svg": "13.4.0",
"react-native-testing-library": "^6.0.0",
@@ -55,12 +60,23 @@
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-interactions": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/builder-webpack4": "^6.5.15",
"@storybook/manager-webpack4": "^6.5.15",
"@storybook/react": "^6.5.15",
"@storybook/testing-library": "^0.0.13",
"@expo/webpack-config": "^0.17.4",
"@testing-library/react-native": "^11.0.0",
"@types/node": "^18.11.8",
"@types/react": "^18.0.18",
"@types/react-native": "^0.69.6",
"@types/react-navigation": "^3.4.0",
"babel-loader": "^8.3.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"chromatic": "^6.14.0",
"react-test-renderer": "17.0.2",
"typescript": "~4.3.5"
},
@@ -70,5 +86,7 @@
"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)"
]
}
},
"readme": "ERROR: No README data found!",
"_id": "chromacase@1.0.0"
}