Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@blerp/design

Package Overview
Dependencies
Maintainers
2
Versions
281
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blerp/design - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

dist/index.cjs.js

102

package.json
{
"name": "@blerp/design",
"version": "0.0.11",
"description": "The blerp brand, reuseable components, and styleguide",
"author": "Blerp Inc.",
"license": "Copyright by Blerp Inc.",
"repository": {
"type": "git",
"url": "git+https://github.com/blerp/design.git"
},
"scripts": {
"test": "jest",
"publish": "npm run build && npm publish --access=public",
"build": "webpack --config webpack.config.js",
"build:branding": "webpack --config branding.config.js",
"precommit": "lint-staged",
"commitmsg": "commitlint -e $GIT_PARAMS",
"semantic-release": "semantic-release"
},
"lint-staged": {
"*": [
"jest --bail --findRelatedTests"
]
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "6.0.2",
"@commitlint/config-conventional": "6.0.2",
"@types/express": "4.11.0",
"@types/jest": "22.0.1",
"jest": "24.9.0",
"jest-runner-prettier": "0.2.8",
"jest-runner-tslint": "1.0.5",
"lint-staged": "6.0.1",
"prettier": "1.10.2",
"semantic-release": "12.2.4",
"ts-jest": "24.0.2",
"ts-loader": "6.0.4",
"tslint": "5.19.0",
"tslint-config-prettier": "1.18.0",
"tslint-eslint-rules": "4.1.1",
"tslint-plugin-prettier": "2.0.1",
"tslint-react": "4.0.0",
"typescript": "3.5.3",
"webpack": "4.39.2",
"webpack-cli": "^3.3.7",
"webpack-node-externals": "1.7.2"
},
"jest": {
"collectCoverage": true,
"mapCoverage": true,
"projects": [
"jest-prettier.config.js",
"jest-test.config.js",
"jest-tslint.config.js"
]
},
"bugs": {
"url": "https://gitlab.com/blerp/design/issues"
},
"homepage": "https://gitlab.com/blerp/design#readme",
"main": "dist/index.js",
"directories": {
"example": "examples"
},
"keywords": [
"branding",
"design",
"blerp",
"react",
"componenents"
]
"name": "@blerp/design",
"version": "0.0.12",
"description": "your description",
"main": "dist/index.cjs.js",
"scripts": {
"build": "rollup -c"
},
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"dependencies": {
"@babel/runtime": "^7.14.0"
},
"keywords": [
"react",
"keywords"
],
"author": "Jordan Rand",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@rollup/plugin-babel": "^5.2.2",
"rollup": "^2.50.5",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-styles": "^3.12.2"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc