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

@pladaria/ui

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pladaria/ui - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/button.d.ts

90

package.json
{
"name": "@pladaria/ui",
"version": "1.0.0",
"main": "build/index.js",
"files": [
"build/*"
],
"license": "MIT",
"scripts": {
"clean": "rm -rf build",
"build": "yarn clean && yarn build-lib && yarn build-types",
"watch": "yarn build-lib --watch & yarn build-types -w",
"build-lib": "babel --extensions '.tsx' --out-dir build src",
"build-types": "tsc --build tsconfig-production.json"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-jss": "^10.0.0"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-jss": "^10.0.0",
"typescript": "^3.8.3"
},
"dependencies": {
"clsx": "^1.1.0"
"version": "1.0.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"peerDependencies": {
"react": ">=16",
"react-jss": ">=10"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"name": "@pladaria/ui",
"author": "Pedro Ladaria",
"module": "dist/ui.esm.js",
"devDependencies": {
"@babel/core": "^7.11.1",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-docs": "^5.3.19",
"@storybook/addon-info": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/react": "^5.3.19",
"@types/react": "^16.9.45",
"@types/react-dom": "^16.9.8",
"babel-loader": "^8.1.0",
"husky": "^4.2.5",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^16.13.1",
"react-is": "^16.13.1",
"react-jss": "^10.3.0",
"ts-loader": "^8.0.2",
"tsdx": "^0.13.2",
"tslib": "^2.0.1",
"typescript": "^3.9.7"
},
"dependencies": {
"clsx": "^1.1.1"
}
}
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