aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 11 insertions, 5 deletions
diff --git a/package.json b/package.json
index a915372..8493d86 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "react-benzin",
- "version": "3.1.0",
+ "version": "3.1.1",
"description": "A powerful React Material components library.",
"homepage": "https://eug-vs.github.io/react-benzin",
"main": "dist/index.js",
@@ -12,8 +12,10 @@
"start": "react-scripts start",
"lint": "eslint . --ext ts,tsx --max-warnings 0",
"test": "npm run lint && tsc",
- "build": "rm -rf dist && tsc --project tsconfig.release.json",
- "deploy": "npm run lint && npm run build && npm publish --public"
+ "build-pages": "react-scripts build",
+ "deploy-pages": "npm run build-pages && gh-pages -d build",
+ "compile-dist": "rm -rf dist && tsc --project tsconfig.release.json",
+ "publish-package": "npm run lint && npm run build && npm publish --public"
},
"license": "MIT",
"dependencies": {
@@ -32,10 +34,14 @@
"@types/react-dom": "^16.9.5",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.1",
- "@typescript-eslint/eslint-plugin": "^2.19.0",
+ "@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.19.0",
"eslint": "^6.8.0",
- "eslint-config-react-app": "^5.1.0",
+ "eslint-config-airbnb-typescript": "^7.2.1",
+ "eslint-plugin-import": "^2.20.2",
+ "eslint-plugin-jsx-a11y": "^6.2.3",
+ "eslint-plugin-react": "^7.19.0",
+ "eslint-plugin-react-hooks": "^2.5.1",
"gh-pages": "^2.2.0",
"react-scripts": "^3.3.1",
"typescript": "^3.7.5"