🚧 WIP project structure
continuous-integration/drone/push Build is passing Details

pull/2/head
Alexis Drai 2 years ago
parent fae94e2f0b
commit ba35fd658a

@ -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>

@ -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",

19216
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"
},
@ -29,22 +29,23 @@
}
},
"dependencies": {
"@expo/webpack-config": "^18.0.4",
"@expo/webpack-config": "^18.0.1",
"@testing-library/react-native": "^12.1.2",
"@types/react": "~18.0.27",
"expo": "^44.0.6",
"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
}

19829
yarn.lock

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