Initial commit
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | ||
| "name": "winas-fake-corp", | ||
| "version": "1.0.0", | ||
| "description": "ウィナスの採用サイトの偽コーポレーションプロジェクト - レトロなデザインで90年代風のUIを再現", | ||
| "main": "src/index.js", | ||
| "scripts": { | ||
| "start": "set NODE_OPTIONS=--openssl-legacy-provider && react-scripts start", | ||
| "build": "set NODE_OPTIONS=--openssl-legacy-provider && react-scripts build", | ||
| "test": "react-scripts test", | ||
| "eject": "react-scripts eject" | ||
| }, | ||
| "keywords": [ | ||
| "react", | ||
| "fake-corp", | ||
| "ウィナス", | ||
| "採用サイト", | ||
| "レトロ", | ||
| "90年代" | ||
| ], | ||
| "author": "あなたの名前", | ||
| "license": "MIT", | ||
| "dependencies": { | ||
| "@react-midi/hooks": "^2.0.1", | ||
| "react": "^18.2.0", | ||
| "react-dom": "^18.2.0", | ||
| "react-router-dom": "^6.4.0", | ||
| "tailwindcss": "^2.2.19" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/plugin-proposal-private-property-in-object": "^7.21.11", | ||
| "react-scripts": "4.0.3" | ||
| }, | ||
| "browserslist": { | ||
| "production": [ | ||
| ">0.2%", | ||
| "not dead", | ||
| "not op_mini all" | ||
| ], | ||
| "development": [ | ||
| "last 1 chrome version", | ||
| "last 1 firefox version", | ||
| "last 1 safari version" | ||
| ] | ||
| } | ||
| } |
public/index.html
0 → 100644
public/midi/background.mid
0 → 100644
src/App.js
0 → 100644
File added
src/assets/29081.gif
0 → 100644
30.3 KB
src/components/MidiPlayer.js
0 → 100644
src/constants/messages.js
0 → 100644
src/index.js
0 → 100644
src/pages/Blog.js
0 → 100644
src/pages/Careers.js
0 → 100644
src/pages/CompanyInfo.js
0 → 100644
src/pages/Contact.js
0 → 100644
src/pages/Home.js
0 → 100644
src/pages/Home/index.jsx
0 → 100644
src/styles/base/_reset.css
0 → 100644
src/styles/blink.css
0 → 100644
src/styles/popup.css
0 → 100644
src/styles/retro.css
0 → 100644
tailwind.config.js
0 → 100644