Support pushing cerxes-npm
This commit is contained in:
43
packages/babel-plugin-transform-csx/package.json
Normal file
43
packages/babel-plugin-transform-csx/package.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "@cerxes/babel-plugin-transform-csx",
|
||||
"version": "0.0.1",
|
||||
"author": "Miel Truyen <miel.truyen@cerxes.net>",
|
||||
"description": "CSX is a minimalistic UI-framework inspired by React+JSX for usage with WebComponents.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.cerxes.net/cerxes/csx.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"esutils": "^2.0.3",
|
||||
"@babel/cli": "7.6.4",
|
||||
"@babel/plugin-proposal-class-properties": "latest",
|
||||
"@babel/plugin-proposal-decorators": "latest",
|
||||
"@babel/plugin-proposal-export-default-from": "latest",
|
||||
"@babel/plugin-proposal-export-namespace-from": "latest",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "latest",
|
||||
"@babel/plugin-proposal-optional-chaining": "latest",
|
||||
"@babel/plugin-proposal-private-methods": "latest",
|
||||
"@babel/preset-env": "latest",
|
||||
"@babel/helper-builder-react-jsx": "7.3.0",
|
||||
"@babel/helper-plugin-utils": "7.0.0",
|
||||
"@babel/plugin-syntax-jsx": "7.2.0",
|
||||
"jsdoc": "latest",
|
||||
"rollup": "latest",
|
||||
"rollup-plugin-babel": "latest",
|
||||
"rollup-plugin-node-resolve": "latest",
|
||||
"rollup-plugin-commonjs": "latest",
|
||||
"rollup-plugin-terser": "latest",
|
||||
"rollup-plugin-json": "latest",
|
||||
"npm-run-all": "latest"
|
||||
},
|
||||
"dependencies":{
|
||||
"@babel/core": "7.6.4"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"watch": "rollup -c -w",
|
||||
"npm-publish": "npm run build && npm publish --registry https://npm.cerxes.net"
|
||||
},
|
||||
"module": "./src/index.js",
|
||||
"main": "./dist/index.js"
|
||||
}
|
||||
Reference in New Issue
Block a user