mirror of
https://github.com/10h30/thuan-tic-tac-toe.git
synced 2026-07-11 10:46:06 +09:00
28 lines
573 B
JSON
28 lines
573 B
JSON
{
|
|
"name": "tic-tac-toe",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"keywords": [],
|
|
"main": "src/index.js",
|
|
"dependencies": {
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-scripts": "4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/runtime": "7.13.8",
|
|
"typescript": "4.1.3"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
} |