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

20 lines
375 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": {
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
},
2020-06-17 09:43:21 +00:00
"dependencies": {
2020-06-16 09:32:48 +00:00
"parcel-bundler": "^1.12.4",
"sass": "^1.26.8",
"typescript": "^3.9.5"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions"
]
}