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