This repository has been archived on 2022-05-10. You can view files and clone it, but cannot push or open issues or pull requests.
tghandbook/package.json

26 lines
523 B
JSON

{
"name": "tghandbook",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html"
},
"devDependencies": {
"parcel-bundler": "^1.12.4",
"sass": "^1.26.8",
"typescript": "^3.9.5"
},
"dependencies": {
"@types/react": "^16.9.36",
"@types/react-dom": "^16.9.8",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions"
]
}