REFACTOR ui state + production build
Showing
... | @@ -5,38 +5,12 @@ | ... | @@ -5,38 +5,12 @@ |
"description": "Minimalistic browser-based Solidity IDE", | "description": "Minimalistic browser-based Solidity IDE", | ||
"devDependencies": { | "devDependencies": { | ||
"async": "^2.1.2", | "async": "^2.1.2", | ||
"babel-cli": "^6.16.0", | |||
"babel-eslint": "^7.1.1", | "babel-eslint": "^7.1.1", | ||
"babel-plugin-check-es2015-constants": "^6.8.0", | |||
"babel-plugin-transform-es2015-arrow-functions": "^6.8.0", | |||
"babel-plugin-transform-es2015-block-scoped-functions": "^6.8.0", | |||
"babel-plugin-transform-es2015-block-scoping": "^6.18.0", | |||
"babel-plugin-transform-es2015-classes": "^6.18.0", | |||
"babel-plugin-transform-es2015-computed-properties": "^6.8.0", | |||
"babel-plugin-transform-es2015-destructuring": "^6.18.0", | |||
"babel-plugin-transform-es2015-duplicate-keys": "^6.8.0", | |||
"babel-plugin-transform-es2015-for-of": "^6.18.0", | |||
"babel-plugin-transform-es2015-function-name": "^6.9.0", | |||
"babel-plugin-transform-es2015-literals": "^6.8.0", | |||
"babel-plugin-transform-es2015-object-super": "^6.8.0", | |||
"babel-plugin-transform-es2015-parameters": "^6.18.0", | |||
"babel-plugin-transform-es2015-shorthand-properties": "^6.18.0", | |||
"babel-plugin-transform-es2015-spread": "^6.8.0", | |||
"babel-plugin-transform-es2015-sticky-regex": "^6.8.0", | |||
"babel-plugin-transform-es2015-template-literals": "^6.8.0", | |||
"babel-plugin-transform-es2015-unicode-regex": "^6.11.0", | |||
"babel-plugin-transform-regenerator": "^6.16.1", | |||
"babel-polyfill": "^6.22.0", | |||
"babel-plugin-yo-yoify": "^0.3.3", | "babel-plugin-yo-yoify": "^0.3.3", | ||
"babel-polyfill": "^6.22.0", | |||
"babel-preset-es2015": "^6.24.0", | "babel-preset-es2015": "^6.24.0", | ||
"babelify": "^7.3.0", | "babelify": "^7.3.0", | ||
"brace": "^0.8.0", | "brace": "^0.8.0", | ||
"browserify": "^13.0.0", | |||
"browserify-reload": "^1.0.3", | "browserify-reload": "^1.0.3", | ||
"csjs-inject": "^1.0.1", | "csjs-inject": "^1.0.1", | ||
"csslint": "^1.0.2", | "csslint": "^1.0.2", | ||
... | @@ -161,6 +135,6 @@ | ... | @@ -161,6 +135,6 @@ |
"start": "npm-run-all -lpr serve watch onchange", | "start": "npm-run-all -lpr serve watch onchange", | ||
"test": "standard; npm run csslint; node test/index.js", | "test": "standard; npm run csslint; node test/index.js", | ||
"test-browser": "npm-run-all -lpr selenium downloadsolc make-mock-compiler serve browsertest", | "test-browser": "npm-run-all -lpr selenium downloadsolc make-mock-compiler serve browsertest", | ||
"watch": "watchify src/index.js -dv --delay 0 -p browserify-reload -o '| npm run sourcemap'" | "watch": "watchify src/index.js --transform-key=development -dv -p browserify-reload -o build/app.js" | ||
} | } | ||
} | } |
Please
register
or
sign in
to comment