UNPKG

@qcolate/babel-preset

Version:
62 lines (61 loc) 2.13 kB
{ "name": "@qcolate/babel-preset", "description": "Qcolate Babel Preset", "version": "1.3.1", "license": "MIT", "author": "solidzoro <solidzoro@live.com>", "main": "index.js", "private": false, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/qcolate/web-configs.git", "directory": "packages/babel-preset" }, "bugs": { "url": "https://github.com/qcolate/web-configs/issues" }, "scripts": { "changelog-all": "conventional-changelog -p angular -i CHANGELOG.md -w -r 0 -s", "npm-publish": "git push --follow-tags origin master && npm publish", "versionup": "standard-version -r patch -t @qcolate/babel-preset\\@", "versionup:minor": "standard-version -r minor -t @qcolate/babel-preset\\@", "versionup:major": "standard-version -r major -t @qcolate/babel-preset\\@", "release": "yarn publish-npm", "publish-npm": "npm publish --access public" }, "keywords": [ "babel", "preset", "babelpreset", "javascript", "typescript" ], "peerDependencies": { "@babel/core": "^7.19.6", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-decorators": "^7.19.6", "@babel/plugin-proposal-export-default-from": "^7.18.10", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", "@babel/plugin-proposal-numeric-separator": "^7.18.6", "@babel/plugin-proposal-optional-chaining": "^7.18.9", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-react-inline-elements": "^7.18.6", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.19.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@babel/runtime": "^7.19.4", "babel-plugin-import": "^1.13.5", "babel-plugin-lodash": "^3.3.4", "babel-plugin-module-resolver": "^4.1.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "core-js": "^3.26.0" }, "devDependencies": { "@commitlint/config-conventional": "^17.1.0", "commitlint": "^17.1.2" } }