init: Create react app
+ TypeScript + bulma
parent
0f322ab7
No related branches found
No related tags found
Showing
- .gitignore 23 additions, 0 deletions.gitignore
- package-lock.json 15163 additions, 0 deletionspackage-lock.json
- package.json 44 additions, 0 deletionspackage.json
- public/favicon.ico 0 additions, 0 deletionspublic/favicon.ico
- public/index.html 43 additions, 0 deletionspublic/index.html
- public/logo192.png 0 additions, 0 deletionspublic/logo192.png
- public/logo512.png 0 additions, 0 deletionspublic/logo512.png
- public/manifest.json 25 additions, 0 deletionspublic/manifest.json
- public/robots.txt 3 additions, 0 deletionspublic/robots.txt
- src/App.css 38 additions, 0 deletionssrc/App.css
- src/App.test.tsx 9 additions, 0 deletionssrc/App.test.tsx
- src/App.tsx 26 additions, 0 deletionssrc/App.tsx
- src/index.css 13 additions, 0 deletionssrc/index.css
- src/index.tsx 17 additions, 0 deletionssrc/index.tsx
- src/logo.svg 1 addition, 0 deletionssrc/logo.svg
- src/react-app-env.d.ts 1 addition, 0 deletionssrc/react-app-env.d.ts
- src/reportWebVitals.ts 15 additions, 0 deletionssrc/reportWebVitals.ts
- src/setupTests.ts 5 additions, 0 deletionssrc/setupTests.ts
- tsconfig.json 26 additions, 0 deletionstsconfig.json
- yarn.lock 11448 additions, 0 deletionsyarn.lock
.gitignore
0 → 100644
package-lock.json
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.
package.json
0 → 100644
{ | ||
"name": "backoffice-client", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@testing-library/jest-dom": "^5.11.4", | ||
"@testing-library/react": "^11.1.0", | ||
"@testing-library/user-event": "^12.1.10", | ||
"@types/jest": "^26.0.15", | ||
"@types/node": "^12.0.0", | ||
"@types/react": "^17.0.0", | ||
"@types/react-dom": "^17.0.0", | ||
"bulma": "^0.9.3", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-scripts": "4.0.3", | ||
"typescript": "^4.1.2", | ||
"web-vitals": "^1.0.1" | ||
}, | ||
"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" | ||
] | ||
} | ||
} |
public/favicon.ico
0 → 100644
3.78 KiB
public/index.html
0 → 100644
public/logo192.png
0 → 100644
5.22 KiB
public/logo512.png
0 → 100644
9.44 KiB
public/manifest.json
0 → 100644
public/robots.txt
0 → 100644
src/App.css
0 → 100644
src/App.test.tsx
0 → 100644
src/App.tsx
0 → 100644
src/index.css
0 → 100644
src/index.tsx
0 → 100644
src/logo.svg
0 → 100644
src/react-app-env.d.ts
0 → 100644
src/reportWebVitals.ts
0 → 100644
src/setupTests.ts
0 → 100644
tsconfig.json
0 → 100644
yarn.lock
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.