.gitignore
0 → 100644
+23
−0
README.md
0 → 100644
+70
−0
package-lock.json
0 → 100644
+0
−0
File added.
Preview size limit exceeded, changes collapsed.
package.json
0 → 100644
+48
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "tct-website",
|
||
"version": "0.1.0",
|
||
"homepage": "https://gitname.github.io/TravelersChosenWebsite",
|
||
"private": true,
|
||
"dependencies": {
|
||
"@testing-library/jest-dom": "^5.17.0",
|
||
"@testing-library/react": "^13.4.0",
|
||
"@testing-library/user-event": "^13.5.0",
|
||
"react": "^18.3.1",
|
||
"react-dom": "^18.3.1",
|
||
"react-icons": "^5.3.0",
|
||
"react-router-dom": "^6.28.0",
|
||
"react-scripts": "^5.0.1",
|
||
"react-twitch-embed": "^3.0.2",
|
||
"styled-components": "^5.3.10",
|
||
"web-vitals": "^2.1.4"
|
||
},
|
||
"scripts": {
|
||
"predeploy": "npm run build",
|
||
"deploy": "gh-pages -d build",
|
||
"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": {
|
||
"gh-pages": "^6.2.0"
|
||
}
|
||
} |
public/favicon.ico
0 → 100644
+3.78 KiB
Loading image diff...
Loading