Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FE] - NGO QUANG TRUNG #264

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 48 additions & 42 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,50 @@
{
"name": "manabie-todo-challenge",
"description": "Manabie todo challenge",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"axios": "^0.19.2",
"cross-env": "^7.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "4.0.3",
"shortid": "^2.2.15",
"typescript": "4.5.3"
},
"scripts": {
"start:fullstack": "cross-env REACT_APP_WHOAMI=fullstack react-scripts start",
"start:frontend": "cross-env REACT_APP_WHOAMI=frontend react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/shortid": "^0.0.29"
}
"name": "manabie-todo-challenge",
"description": "Manabie todo challenge",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"axios": "^0.19.2",
"classnames": "^2.3.1",
"cross-env": "^7.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "4.0.3",
"shortid": "^2.2.15",
"typescript": "4.5.3"
},
"scripts": {
"start:fullstack": "cross-env REACT_APP_WHOAMI=fullstack react-scripts start",
"start:frontend": "cross-env REACT_APP_WHOAMI=frontend react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.1.1",
"@types/shortid": "^0.0.29",
"sass": "^1.51.0"
}
}
125 changes: 0 additions & 125 deletions src/App.css

This file was deleted.

Loading