Built with our own fork of babel, whoo! (this fork is usable in external projects when building CSX-projects, it's class-properties proposal + decorators actually works...)
This commit is contained in:
32
package.json
32
package.json
@@ -3,17 +3,17 @@
|
||||
"version": "0.0.1",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "latest",
|
||||
"@babel/core": "7.7.0",
|
||||
"@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/plugin-transform-react-jsx": "latest",
|
||||
"@babel/preset-env": "latest",
|
||||
"@babel/cli": "csx",
|
||||
"@babel/core": "csx",
|
||||
"@babel/plugin-proposal-class-properties": "csx",
|
||||
"@babel/plugin-proposal-decorators": "csx",
|
||||
"@babel/plugin-proposal-export-default-from": "csx",
|
||||
"@babel/plugin-proposal-export-namespace-from": "csx",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "csx",
|
||||
"@babel/plugin-proposal-optional-chaining": "csx",
|
||||
"@babel/plugin-proposal-private-methods": "csx",
|
||||
"@babel/plugin-transform-react-jsx": "csx",
|
||||
"@babel/preset-env": "csx",
|
||||
"jsdoc": "latest",
|
||||
"sass": "latest",
|
||||
"rollup": "latest",
|
||||
@@ -27,16 +27,16 @@
|
||||
"npm-run-all": "latest"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "npm-run-all -p watch:babel-transform-csx watch:csx-custom-elements watch:test start:test",
|
||||
"build": "npm-run-all -s build:babel-transform-csx build:csx-custom-elements build:test",
|
||||
"watch": "npm-run-all -p watch:babel-transform-csx watch:csx-custom-elements watch:test",
|
||||
"dev": "npm-run-all -p watch:babel-transform-csx watch:csx watch:test start:test",
|
||||
"build": "npm-run-all -s build:babel-transform-csx build:csx build:test",
|
||||
"watch": "npm-run-all -p watch:babel-transform-csx watch:csx watch:test",
|
||||
"start:test": "serve public",
|
||||
"build:test": "rollup -c",
|
||||
"watch:test": "rollup -c -w",
|
||||
"build:babel-transform-csx": "cd packages/babel-plugin-transform-csx && npm run build",
|
||||
"build:csx-custom-elements": "cd packages/csx && npm run build",
|
||||
"build:csx": "cd packages/csx && npm run build",
|
||||
"watch:babel-transform-csx": "cd packages/babel-plugin-transform-csx && npm run watch",
|
||||
"watch:csx-custom-elements": "cd packages/csx && npm run watch"
|
||||
"watch:csx": "cd packages/csx && npm run watch-es6"
|
||||
},
|
||||
"resolutions": {
|
||||
"@babel/helpers": "file:./packages/babel-helpers"
|
||||
|
||||
Reference in New Issue
Block a user