UNPKG

react-tagcloud

Version:
44 lines (43 loc) 1.03 kB
{ "name": "examples", "homepage": "https://madox2.github.io/react-tagcloud", "version": "0.1.0", "private": true, "dependencies": { "react": "^17.0.2", "react-dom": "^17.0.2", "react-ga": "^3.3.0", "react-github-btn": "^1.2.1", "react-highlight": "^0.14.0", "react-scripts": "5.0.0", "react-tagcloud": "^2.3.1", "whatwg-fetch": "^3.6.2" }, "scripts": { "start": "SKIP_PREFLIGHT_CHECK=true react-scripts start", "build": "react-scripts build", "predeploy": "SKIP_PREFLIGHT_CHECK=true yarn build", "deploy": "gh-pages -d build", "test": "react-scripts test", "eject": "react-scripts eject", "lint": "eslint src/**/*.js" }, "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" ] }, "devDependencies": { "gh-pages": "^3.2.3" } }