Support pushing cerxes-npm
This commit is contained in:
42
packages/csx/package.json
Normal file
42
packages/csx/package.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "@cerxes/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"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "latest",
|
||||
"@babel/core": "^7.7.2",
|
||||
"@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",
|
||||
"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"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm-run-all -p build-cjs build-es6",
|
||||
"watch": "npm-run-all -p watch-cjs watch-es6",
|
||||
"build-cjs": "rollup -c",
|
||||
"watch-cjs": "rollup -c -w",
|
||||
"build-es6": "npx babel ./src --out-dir=lib --source-maps",
|
||||
"watch-es6": "npx babel ./src --out-dir=lib --source-maps -w",
|
||||
"npm-publish": "npm run build && npm publish --registry https://npm.cerxes.net"
|
||||
},
|
||||
"module": "./lib/index.js",
|
||||
"main": "./dist/index.js"
|
||||
}
|
||||
Reference in New Issue
Block a user