{ "name": "hamdi-halleb", "version": "0.1.0", "private": true, "dependencies": { "gh-pages": "^3.1.0", "node-sass": "^4.13.0", "react": "^16.12.0", "react-dom": "^16.12.0", "react-scripts": "3.3.0", "react-spring": "^8.0.27" }, "homepage": "https://hazemkrimi.github.io/hamdi-portfolio", "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "deploy": "npm run build && gh-pages -d build" }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }