-
- Downloads
Added React Project with basic Layout controller
Showing
- .idea/.gitignore 8 additions, 0 deletions.idea/.gitignore
- .idea/infoscreen.iml 9 additions, 0 deletions.idea/infoscreen.iml
- .idea/misc.xml 6 additions, 0 deletions.idea/misc.xml
- .idea/modules.xml 8 additions, 0 deletions.idea/modules.xml
- .idea/vcs.xml 6 additions, 0 deletions.idea/vcs.xml
- package-lock.json 29479 additions, 0 deletionspackage-lock.json
- package.json 46 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 24 additions, 0 deletionssrc/App.tsx
- src/index.css 3 additions, 0 deletionssrc/index.css
- src/index.tsx 13 additions, 0 deletionssrc/index.tsx
- src/react-app-env.d.ts 1 addition, 0 deletionssrc/react-app-env.d.ts
- tsconfig.json 26 additions, 0 deletionstsconfig.json
.idea/.gitignore
0 → 100644
.idea/infoscreen.iml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "my-app", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^13.5.0", | ||
"@types/jest": "^27.5.2", | ||
"@types/node": "^16.18.36", | ||
"@types/react": "^18.2.13", | ||
"@types/react-dom": "^18.2.6", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-scripts": "5.0.1", | ||
"typescript": "^4.9.5", | ||
"web-vitals": "^2.1.4" | ||
}, | ||
"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": { | ||
"tailwindcss": "^3.3.2" | ||
} | ||
} |
public/favicon.ico
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
public/index.html
0 → 100644
public/logo192.png
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
public/logo512.png
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
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/react-app-env.d.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment