Initial commit
parents
Showing
.gitignore
0 → 100644
.idea/vcs.xml
0 → 100644
.idea/workspace.xml
0 → 100644
=
0 → 100644
README.md
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | |||
"name": "willers-digital-web", | |||
"version": "0.1.0", | |||
"private": true, | |||
"dependencies": { | |||
"@react-navigation/native": "^6.0.2", | |||
"@react-navigation/native-stack": "^6.1.0", | |||
"browserslist": "^4.17.1", | |||
"react": "^17.0.2", | |||
"react-dom": "^17.0.2", | |||
"react-native": "^0.65.1", | |||
"react-native-pager-view": "^5.4.4", | |||
"react-native-safe-area-context": "^3.3.2", | |||
"react-native-screens": "^3.7.2", | |||
"react-navigation": "^4.4.4", | |||
"react-scripts": "^4.0.3", | |||
"typescript": "^4.4.3" | |||
}, | |||
"scripts": { | |||
"start": "react-scripts start", | |||
"build": "react-scripts build", | |||
"test": "react-scripts test", | |||
"eject": "react-scripts eject" | |||
}, | |||
"eslintConfig": { | |||
"extends": [ | |||
"react-app", | |||
"react-app/jest" | |||
] | |||
}, | |||
"browserslist": { | |||
"production": [ | |||
">0.2%", | |||
"not dead", | |||
"not op_mini all" | |||
], | |||
"development": [ | |||
"last 1 chrome version", | |||
"last 1 firefox version", | |||
"last 1 safari version" | |||
] | |||
}, | |||
"devDependencies": { | |||
"@babel/preset-env": "^7.15.6" | |||
} | |||
} |
public/favicon.ico
0 → 100644
21.1 KB
public/index.html
0 → 100644
public/logo192.png
0 → 100644
5.22 KB
public/logo512.png
0 → 100644
9.44 KB
public/manifest.json
0 → 100644
public/old_favicon.ico
0 → 100644
3.78 KB
public/robots.txt
0 → 100644
src/App.css
0 → 100644
src/App.js
0 → 100644
src/App.test.js
0 → 100644
47.5 KB
21.1 KB
File added
184 KB
src/index.css
0 → 100644
src/index.js
0 → 100644
src/logo.svg
0 → 100644
src/reportWebVitals.js
0 → 100644
src/setupTests.js
0 → 100644