tghandbook/package.json

29 lines
706 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",
2020-06-17 13:16:54 +00:00
"lint": "eslint lib",
2020-06-16 16:03:14 +00:00
"build": "parcel build index.html"
2020-06-16 09:32:48 +00:00
},
2020-06-17 09:43:21 +00:00
"dependencies": {
2020-06-17 13:16:54 +00:00
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"eslint": "7.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "2.21.2",
"eslint-plugin-prettier": "^3.1.4",
2020-06-16 09:32:48 +00:00
"parcel-bundler": "^1.12.4",
2020-06-17 13:16:54 +00:00
"prettier": "^2.0.5",
2020-06-16 09:32:48 +00:00
"sass": "^1.26.8",
"typescript": "^3.9.5"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions"
]
}