2021-06-27 02:34:43 +03:00
|
|
|
{
|
|
|
|
|
"name": "mancala-frontend",
|
2022-04-23 13:09:22 +03:00
|
|
|
"version": "0.1.1",
|
2021-06-27 02:34:43 +03:00
|
|
|
"description": "",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "parcel src/index.html",
|
2021-06-30 22:35:41 +03:00
|
|
|
"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/*"
|
2021-06-27 02:34:43 +03:00
|
|
|
},
|
|
|
|
|
"keywords": [],
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"react": "^17.0.2",
|
|
|
|
|
"react-dom": "^17.0.2"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/react": "^17.0.11",
|
|
|
|
|
"@types/react-dom": "^17.0.8",
|
|
|
|
|
"parcel-bundler": "^1.12.5",
|
|
|
|
|
"typescript": "^4.3.4"
|
|
|
|
|
}
|
|
|
|
|
}
|