@sabbir1055/drag-drop-puzzle
Version:
drag and drop puzzle game
31 lines (30 loc) • 662 B
JSON
{
"name": "@sabbir1055/drag-drop-puzzle",
"version": "1.0.3",
"description": "drag and drop puzzle game",
"main": "./build/index.js",
"scripts": {
"build": "webpack --mode production"
},
"keywords": [
"drand",
"and",
"drop",
"puzzle",
"react"
],
"author": "sabbir hosain",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.12.17",
"@babel/preset-env": "^7.12.17",
"@babel/preset-react": "^7.12.13",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"style-loader": "^2.0.0",
"webpack": "^5.23.0",
"webpack-cli": "^4.5.0"
}
}