Socket
Socket
Sign inDemoInstall

@evroca/jw-react-npm-boilerplate

Package Overview
Dependencies
10
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.2 to 4.0.3

71

package.json
{
"name": "@evroca/jw-react-npm-boilerplate",
"version": "4.0.2",
"description": "React Boilerplate Component for npm",
"main": "./lib/BoilerplateComponent.js",
"license": "MIT",
"scripts": {
"build": "webpack"
},
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^17.0.2"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.24.1",
"path": "^0.12.7",
"prop-types": "^15.6.0",
"webpack": "^4.5.0",
"webpack-cli": "^3.2.1"
}
"name": "@evroca/jw-react-npm-boilerplate",
"version": "4.0.3",
"description": "",
"main": "./www/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ecarlson2020/evroca-carousel.git"
},
"author": "Evan Carlson",
"license": "ISC",
"bugs": {
"url": "https://github.com/ecarlson2020/evroca-carousel/issues"
},
"homepage": "https://github.com/ecarlson2020/evroca-carousel#readme",
"scripts": {
"start": "npm i && npx webpack-dev-server --mode development --devtool source-map",
"compile": "npm i && npx webpack --mode production",
"lint": "npx eslint --fix ./src"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.15.8",
"babel-cli": "^6.26.0",
"babel-loader": "^8.2.2",
"babel-preset-react-app": "^10.0.0",
"css-loader": "^6.3.0",
"es6-promise-plugin": "^4.2.2",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-webpack-plugin": "^3.1.1",
"prettier": "2.5.1",
"style-loader": "^3.3.0",
"webpack": "^5.56.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.3.0"
},
"peerDependencies": {
"@babel/runtime": "^7.17.8",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc