🏗️ Prepare project structure (#2)

Co-authored-by: Alexis DRAI <alexis.drai@etu.uca.fr>
Co-authored-by: Alexis DRAI <draia@nerdcave.localdomain>
Reviewed-on: alexis.drai/AD_ReactNative#2
pull/19/head
Alexis Drai 2 years ago committed by Alexis Drai
parent bc6df204bc
commit 4a24d79a82

5
.idea/.gitignore vendored

@ -0,0 +1,5 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/AD_ReactNative.iml" filepath="$PROJECT_DIR$/.idea/AD_ReactNative.iml" />
</modules>
</component>
</project>

@ -0,0 +1,13 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="start" type="js.build_tools.npm" nameIsGenerated="true">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="run" />
<scripts>
<script value="start" />
</scripts>
<node-interpreter value="project" />
<package-manager value="C:\Users\draia\AppData\Roaming\npm\node_modules\npm" />
<envs />
<method v="2" />
</configuration>
</component>

@ -0,0 +1,13 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="web" type="js.build_tools.npm" nameIsGenerated="true">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="run" />
<scripts>
<script value="web" />
</scripts>
<node-interpreter value="project" />
<package-manager value="C:\Users\draia\AppData\Roaming\npm\node_modules\npm" />
<envs />
<method v="2" />
</configuration>
</component>

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

@ -1,7 +1,7 @@
{
"expo": {
"name": "AD_multiplat",
"slug": "AD_multiplat",
"name": "AD_ReactNative",
"slug": "AD_ReactNative",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",

18667
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -1,12 +1,12 @@
{
"name": "ad_multiplat",
"name": "ad_reactnative",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"start": "npx expo start",
"android": "npx expo start --android",
"ios": "npx expo start --ios",
"web": "npx expo start --web",
"test": "jest",
"test:coverage": "jest --coverage"
},
@ -32,19 +32,20 @@
"@expo/webpack-config": "^18.0.1",
"@testing-library/react-native": "^12.1.2",
"@types/react": "~18.0.27",
"expo": "~48.0.15",
"expo": "^48.0.0",
"expo-status-bar": "~1.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.7",
"react-native-web": "~0.18.10",
"react-native": "0.71.8",
"react-native-web": "~0.18.11",
"typescript": "^4.9.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/jest": "^29.5.1",
"jest": "^29.5.0",
"jest-expo": "^48.0.2"
"@types/react-native": "~0.64.12",
"jest": "^29.2.1",
"jest-expo": "^48.0.0"
},
"private": true
}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save