{ "name": "mancala-frontend", "version": "0.1.3-beta.7", "description": "", "main": "index.js", "scripts": { "dev": "parcel src/index.html", "test": "echo \"Error: no test specified\" && exit 1", "build:parcel": "parcel build ./src/index.html --public-url ./ --no-source-maps", "build": "npm run clean && npm run build:parcel", "clean": "rm -rf dist/*" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@types/uuid": "^8.3.4", "mancala.js": "^0.0.2-beta.2", "react": "^17.0.2", "react-dom": "^17.0.2", "uuid": "^8.3.2" }, "devDependencies": { "@types/react": "^17.0.11", "@types/react-dom": "^17.0.8", "parcel-bundler": "^1.12.5", "typescript": "^4.3.4" } }