diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/package.json b/package.json index 47c634c..124eb76 100644 --- a/package.json +++ b/package.json @@ -1,23 +1,28 @@ { "name": "famcs-kit", "version": "0.0.0", + "homepage": "https://eug-vs.github.io/famcs-kit", "dependencies": { "@material-ui/core": "^4.11.0", - "@types/lodash": "^4.14.165", - "@types/node": "^12.0.0", - "@types/react": "^16.9.53", - "@types/react-dom": "^16.9.8", "lodash": "^4.17.20", "react": "^17.0.1", "react-benzin": "^4.0.1", "react-dom": "^17.0.1", "react-scripts": "4.0.0", - "swr": "^0.3.8", + "swr": "^0.3.8" + }, + "devDependencies": { + "@types/lodash": "^4.14.165", + "@types/node": "^12.0.0", + "@types/react": "^16.9.53", + "@types/react-dom": "^16.9.8", + "gh-pages": "^3.1.0", "typescript": "^4.0.3" }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build" + "build": "react-scripts build", + "deploy": "gh-pages --dist build" }, "eslintConfig": { "extends": [ |