diff options
author | ilyayudovin <46264063+ilyayudovin@users.noreply.github.com> | 2020-06-08 14:43:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 14:43:50 +0300 |
commit | 330dfdf8fe916caef48d3bd5a2fd72bf7d52b7f2 (patch) | |
tree | c9f894de38f19dabddb2492ae81c26e5477ed99c /package.json | |
parent | 73693e619d63d0321848b633bbe0d93eba9dd3bb (diff) | |
parent | 67def5d792ca5efdf7bf43c3c32e7020f7d8f5cf (diff) | |
download | which-ui-330dfdf8fe916caef48d3bd5a2fd72bf7d52b7f2.tar.gz |
Merge branch 'master' into profile
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/package.json b/package.json index 0ace916..b57298f 100644 --- a/package.json +++ b/package.json @@ -1,25 +1,21 @@ { "name": "which", "version": "0.1.0", - "private": true, + "homepage": "https://ilyayudovin.github.io/which", "dependencies": { "@material-ui/core": "^4.10.1", "@material-ui/icons": "^4.9.1", - "@types/node": "^12.12.44", - "@types/react": "^16.9.35", - "@types/react-dom": "^16.9.8", - "eslint-config-airbnb-typescript": "^8.0.2", "react": "^16.13.1", "react-dom": "^16.13.1", "react-scripts": "3.4.1", - "typeface-roboto": "0.0.75", - "typescript": "^3.7.5" + "typeface-roboto": "0.0.75" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "lint": "eslint . --ext ts,tsx --max-warnings 0", - "test": "npm run lint" + "test": "npm run lint", + "deploy": "gh-pages --dist build" }, "browserslist": { "production": [ @@ -34,13 +30,19 @@ ] }, "devDependencies": { + "@types/node": "^12.12.44", + "@types/react": "^16.9.35", + "@types/react-dom": "^16.9.8", "@typescript-eslint/eslint-plugin": "^3.1.0", "@typescript-eslint/parser": "^3.1.0", "eslint": "^6.8.0", "eslint-config-airbnb": "^18.1.0", + "eslint-config-airbnb-typescript": "^8.0.2", "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.20.0", - "eslint-plugin-react-hooks": "^2.5.1" + "eslint-plugin-react-hooks": "^2.5.1", + "gh-pages": "^3.0.0", + "typescript": "^3.9.5" } } |