UNPKG

apply-with-linkedin-react

Version:

React Component for Apply With LinkedIn

44 lines (43 loc) 1.09 kB
{ "name": "apply-with-linkedin-react", "version": "1.0.1", "description": "React Component for Apply With LinkedIn", "main": "dist/ApplyWithLinkedIn.js", "scripts": { "prepublish": "rm -rf ./dist && npm run build", "build": "webpack --mode production", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "AWLI", "Apply", "With", "LinkedIn", "LinkedIn", "Apply", "Widget", "Plugin" ], "author": "Sameer Shenai", "license": "ISC", "devDependencies": { "@babel/core": "^7.21.0", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "babel-cli": "^6.26.0", "babel-loader": "^9.1.2", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "css-loader": "^6.7.3", "eslint": "^8.34.0", "eslint-plugin-react": "^7.32.2", "file-loader": "^6.2.0", "style-loader": "^3.3.1", "webpack": "^5.75.0", "webpack-cli": "^5.0.1" }, "peerDependencies": { "react": "^18.2.0" } }