Project tic-tac-toe by React
Showing
This diff is collapsed.
{ | ||
"name": "my-app", | ||
"version": "0.1.0", | ||
"homepage": "https://WineXerox.io/tic-tac-toe/", | ||
"private": true, | ||
"dependencies": { | ||
"@testing-library/jest-dom": "^4.2.4", | ||
"@testing-library/react": "^9.5.0", | ||
"@testing-library/user-event": "^7.2.1", | ||
"formik": "^2.1.5", | ||
"gh-pages": "^3.1.0", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-scripts": "3.4.1" | ||
}, | ||
"scripts": { | ||
"predeploy": "npm run build", | ||
"deploy": "gh-pages -d build", | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
... | ... |
src/myform.js
0 → 100644
Please
register
or
sign in
to comment