UNPKG

react-facebook-auth

Version:
30 lines (29 loc) 868 B
{ "name": "react-facebook-auth-example", "version": "1.0.0", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ionutmilica/react-facebook-auth.git" }, "bugs": { "url": "https://github.com/ionutmilica/react-facebook-auth/issues" }, "scripts": { "start": "webpack-dev-server --mode development --colors --content-base ./public --hot --inline", "prettier": "prettier --write --semi --single-quote --trailing-comma=all 'src/**/*.{js,jsx,json,css}'" }, "dependencies": { "react": "^16.2.0", "react-dom": "^16.2.0" }, "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.3", "babel-preset-stage-1": "^6.24.1", "html-webpack-plugin": "webpack-contrib/html-webpack-plugin", "prettier": "^1.10.2", "webpack": "^4.0.0", "webpack-dev-server": "^3.0.0" } }