first-commit
parents
Showing
.gitignore
0 → 100644
.storybook/main.js
0 → 100644
.storybook/preview.js
0 → 100644
README.md
0 → 100644
assets/conform.png
0 → 100644
360 KB
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": "seat-book", | ||
"version": "0.1.0", | ||
"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.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-scripts": "5.0.1", | ||
"web-vitals": "^2.1.4" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject", | ||
"storybook": "storybook dev -p 6006", | ||
"build-storybook": "storybook build" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"react-app", | ||
"react-app/jest", | ||
"plugin:storybook/recommended" | ||
] | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@storybook/addon-actions": "^7.4.5", | ||
"@storybook/addon-essentials": "^7.4.5", | ||
"@storybook/addon-interactions": "^7.4.5", | ||
"@storybook/addon-links": "^7.4.5", | ||
"@storybook/addon-onboarding": "^1.0.8", | ||
"@storybook/blocks": "^7.4.5", | ||
"@storybook/preset-create-react-app": "^7.4.5", | ||
"@storybook/react": "^7.4.5", | ||
"@storybook/react-webpack5": "^7.4.5", | ||
"@storybook/testing-library": "^0.2.1", | ||
"babel-plugin-named-exports-order": "^0.0.2", | ||
"eslint-plugin-storybook": "^0.6.14", | ||
"prop-types": "^15.8.1", | ||
"storybook": "^7.4.5", | ||
"webpack": "^5.88.2" | ||
} | ||
} |
public/favicon.ico
0 → 100644
File added
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/robots.txt
0 → 100644
seat-book/.gitignore
0 → 100644
seat-book/.storybook/main.js
0 → 100644
seat-book/.storybook/preview.js
0 → 100644
seat-book/README.md
0 → 100644
seat-book/assets/conform.png
0 → 100644
360 KB
seat-book/package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
seat-book/package.json
0 → 100644
seat-book/public/favicon.ico
0 → 100644
File added
seat-book/public/index.html
0 → 100644
seat-book/public/logo192.png
0 → 100644
5.22 KB
seat-book/public/logo512.png
0 → 100644
9.44 KB
seat-book/public/manifest.json
0 → 100644
seat-book/public/robots.txt
0 → 100644
seat-book/src/App.css
0 → 100644
seat-book/src/App.js
0 → 100644
seat-book/src/App.test.js
0 → 100644
seat-book/src/index.css
0 → 100644
seat-book/src/index.js
0 → 100644
seat-book/src/logo.svg
0 → 100644
seat-book/src/reportWebVitals.js
0 → 100644
seat-book/src/setupTests.js
0 → 100644
src/App.css
0 → 100644
src/App.js
0 → 100644
src/App.test.js
0 → 100644
src/components/Base/button/button.css
0 → 100644
src/components/Base/button/index.jsx
0 → 100644
src/components/Base/input/index.jsx
0 → 100644
src/components/Base/input/input.css
0 → 100644
src/components/Base/input/input.stories.jsx
0 → 100644
src/components/Base/layout/index.jsx
0 → 100644
src/components/Base/layout/layout.css
0 → 100644
src/components/top-level/login/index.jsx
0 → 100644
src/components/top-level/login/login.css
0 → 100644
src/components/top-level/seat/index.jsx
0 → 100644
src/components/top-level/seat/seat.css
0 → 100644
src/components/top-level/seatlayout/index.js
0 → 100644
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