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