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

25 lines
483 B
JSON
Raw Normal View History

2020-06-16 09:32:48 +00:00
{
"name": "tghandbook",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "parcel 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"
]
}