Files
2nd/package.json
T

21 lines
501 B
JSON

{
"name": "tetris-game",
"version": "1.0.0",
"description": "A high-performance Tetris game using Web Workers.",
"main": "src/index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test"
}
}