UNPKG

@redbubble/babel-plugin-is-design-system

Version:

Marks components with a static property indicating that they belong to a Design System

64 lines (63 loc) 2.01 kB
{ "name": "@redbubble/babel-plugin-is-design-system", "version": "0.1.1", "author": "Redbubble <developers@redbubble.com>", "homepage": "https://github.com/redbubble/babel-plugin-is-design-system", "license": "MIT", "description": "Marks components with a static property indicating that they belong to a Design System", "main": "lib/index.js", "files": [ "lib", "src" ], "dependencies": { "@babel/types": "^7.4.4", "babel-jest": "^24.9.0", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.14.0", "enzyme-to-json": "^3.4.0", "jest": "^24.9.0", "shortid": "^2.2.15" }, "devDependencies": { "@babel/cli": "^7.4.4", "@babel/core": "^7.4.5", "@babel/plugin-proposal-class-properties": "^7.4.4", "@babel/plugin-proposal-object-rest-spread": "^7.4.4", "@babel/preset-env": "^7.4.5", "@babel/register": "^7.4.4", "babel-eslint": "^10.0.2", "eslint": "^6.0.0", "eslint-config-prettier": "^6.0.0", "eslint-plugin-prettier": "^3.1.0", "mocha": "^6.1.4", "prettier": "^1.18.2", "react": "^16.10.1", "react-dom": "^16.10.1", "release-it": "^12.3.0", "rimraf": "^2.6.3" }, "scripts": { "clean": "rimraf lib", "build": "babel src -d lib", "lint": "prettier --list-different \"src/**/*.js\" \"test/test.js\" && eslint \"src/**/*.js\" \"test/test.js\"", "lint:fix": "prettier --write \"src/**/*.js\" \"test/test.js\" && eslint --fix \"src/**/*.js\" \"test/test.js\"", "prerelease": "yarn clean && yarn build", "release:major": "yarn prerelease && release-it major", "release:minor": "yarn prerelease && release-it minor", "release:patch": "yarn prerelease && release-it patch", "test": "jest", "test:watch": "yarn test --watch" }, "keywords": [ "babel", "babel-plugin", "react", "children", "react-dev-tools" ], "repository": { "type": "git", "url": "git+ssh://github.com/redbubble/babel-plugin-is-design-system.git" } }