mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 20:30:52 +01:00
24 lines
725 B
JSON
24 lines
725 B
JSON
{
|
|
"name": "@scm-manager/babel-preset",
|
|
"version": "2.0.0-SNAPSHOT",
|
|
"license": "MIT",
|
|
"description": "Babel configuration for scm-manager and its plugins",
|
|
"main": "index.js",
|
|
"author": "Sebastian Sdorra <s.sdorra@cloudogu.com>",
|
|
"private": false,
|
|
"prettier": "@scm-manager/prettier-config",
|
|
"dependencies": {
|
|
"@babel/core": "^7.6.3",
|
|
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
|
|
"@babel/preset-env": "^7.6.3",
|
|
"@babel/preset-flow": "^7.0.0",
|
|
"@babel/preset-react": "^7.6.3",
|
|
"@babel/preset-typescript": "^7.6.0",
|
|
"babel-plugin-styled-components": "^1.10.7"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|