You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
172 lines
6.1 KiB
172 lines
6.1 KiB
{
|
|
"private": true,
|
|
"name": "remix-ide",
|
|
"version": "0.0.0",
|
|
"description": "Minimalistic browser-based Solidity IDE",
|
|
"devDependencies": {
|
|
"async": "^2.1.2",
|
|
"babel-eslint": "^7.1.1",
|
|
"babel-plugin-transform-object-assign": "^6.22.0",
|
|
"babel-plugin-yo-yoify": "^0.3.3",
|
|
"babel-polyfill": "^6.22.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-es2015": "^6.24.0",
|
|
"babel-preset-stage-0": "^6.24.1",
|
|
"babelify": "^7.3.0",
|
|
"brace": "^0.8.0",
|
|
"browserify-reload": "^1.0.3",
|
|
"clipboard-copy": "^1.2.0",
|
|
"component-type": "^1.2.1",
|
|
"csjs-inject": "^1.0.1",
|
|
"csslint": "^1.0.2",
|
|
"deep-equal": "^1.0.1",
|
|
"ethereumjs-abi": "https://github.com/ethereumjs/ethereumjs-abi",
|
|
"ethereumjs-block": "^1.6.0",
|
|
"ethereumjs-tx": "^1.3.3",
|
|
"ethereumjs-util": "^5.1.2",
|
|
"execr": "^1.0.1",
|
|
"exorcist": "^0.4.0",
|
|
"fast-async": "^6.1.2",
|
|
"fast-levenshtein": "^2.0.6",
|
|
"http-server": "0.9.0",
|
|
"javascript-serialize": "^1.6.1",
|
|
"jquery": "^3.3.1",
|
|
"js-base64": "^2.1.9",
|
|
"js-beautify": "1.6.14",
|
|
"minixhr": "^3.2.2",
|
|
"mkdirp": "^0.5.1",
|
|
"nightwatch": "^0.9.3",
|
|
"notify-error": "^1.2.0",
|
|
"npm-link-local": "^1.1.0",
|
|
"npm-run-all": "^4.0.2",
|
|
"onchange": "^3.2.1",
|
|
"remix-core": "latest",
|
|
"remix-debugger": "latest",
|
|
"remix-lib": "latest",
|
|
"remix-solidity": "latest",
|
|
"remixd": "git+https://github.com/ethereum/remixd.git",
|
|
"request": "^2.83.0",
|
|
"rimraf": "^2.6.1",
|
|
"selenium-standalone": "^6.0.1",
|
|
"standard": "^8.5.0",
|
|
"swarmgw": "^0.2.0",
|
|
"tape": "^4.5.1",
|
|
"uglify-js": "^2.8.16",
|
|
"vm-browserify": "0.0.4",
|
|
"watchify": "^3.9.0",
|
|
"web3": "^0.18.0",
|
|
"webworkify": "^1.2.1",
|
|
"yo-yo": "^1.2.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ethereum/remix-ide.git"
|
|
},
|
|
"keywords": [
|
|
"ethereum",
|
|
"solidity",
|
|
"compiler"
|
|
],
|
|
"author": "chriseth",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ethereum/remix-ide/issues"
|
|
},
|
|
"homepage": "https://github.com/ethereum/remix-ide#readme",
|
|
"standard": {
|
|
"ignore": [
|
|
"build/",
|
|
"src/app/editor/mode-solidity.js",
|
|
"soljson.js"
|
|
],
|
|
"parser": "babel-eslint"
|
|
},
|
|
"babel": {
|
|
"plugins": [
|
|
"transform-es2015-template-literals",
|
|
"transform-es2015-literals",
|
|
"transform-es2015-function-name",
|
|
"transform-es2015-arrow-functions",
|
|
"transform-es2015-block-scoped-functions",
|
|
"transform-es2015-classes",
|
|
"transform-es2015-object-super",
|
|
"transform-es2015-shorthand-properties",
|
|
"transform-es2015-duplicate-keys",
|
|
"transform-es2015-computed-properties",
|
|
"transform-es2015-for-of",
|
|
"transform-es2015-sticky-regex",
|
|
"transform-es2015-unicode-regex",
|
|
"check-es2015-constants",
|
|
"transform-es2015-spread",
|
|
"transform-es2015-parameters",
|
|
"transform-es2015-destructuring",
|
|
"transform-es2015-block-scoping"
|
|
]
|
|
},
|
|
"browserify": {
|
|
"transform": [
|
|
[
|
|
"babelify",
|
|
{
|
|
"sourceMapsAbsolute": false,
|
|
"sourceMaps": true,
|
|
"plugins": [
|
|
[
|
|
"fast-async",
|
|
{
|
|
"runtimePattern": null,
|
|
"compiler": {
|
|
"es7": true,
|
|
"noRuntime": true,
|
|
"promises": true,
|
|
"wrapAwait": true
|
|
}
|
|
}
|
|
],
|
|
[
|
|
"yo-yoify"
|
|
],
|
|
[
|
|
"transform-object-assign"
|
|
]
|
|
],
|
|
"presets": [
|
|
"es2015"
|
|
]
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"scripts": {
|
|
"setupremix": "npm run pullremix && npm run linkremixcore && npm run linkremixlib && npm run linkremixsolidity && npm run linkremixdebugger;",
|
|
"pullremix": "git clone https://github.com/ethereum/remix",
|
|
"linkremixcore": "cd node_modules && rm -rf remix-core && ln -s ../remix/remix-core remix-core && cd ..",
|
|
"linkremixlib": "cd node_modules && rm -rf remix-lib && ln -s ../remix/remix-lib remix-lib && cd ..",
|
|
"linkremixsolidity": "cd node_modules && rm -rf remix-solidity && ln -s ../remix/remix-solidity remix-solidity && cd ..",
|
|
"linkremixdebugger": "cd node_modules && rm -rf remix-debugger && ln -s ../remix/remix-debugger remix-debugger && cd ..",
|
|
"build": "browserify src/index.js -o build/app.js",
|
|
"browsertest": "sleep 5 && npm run nightwatch_local",
|
|
"csslint": "csslint --ignore=order-alphabetical --errors='errors,duplicate-properties,empty-rules' --exclude-list='assets/css/font-awesome.min.css' assets/css/",
|
|
"downloadsolc": "rimraf soljson.js && cd node_modules/solc && wget https://ethereum.github.io/solc-bin/soljson.js && cd ../../",
|
|
"lint": "standard | notify-error",
|
|
"make-mock-compiler": "node ci/makeMockCompiler.js",
|
|
"minify": "uglifyjs --in-source-map inline --source-map-inline -c warnings=false",
|
|
"nightwatch_local": "nightwatch --config nightwatch.js --env local",
|
|
"nightwatch_remote_chrome": "nightwatch --config nightwatch.js --env chrome",
|
|
"nightwatch_remote_firefox": "nightwatch --config nightwatch.js --env default",
|
|
"nightwatch_remote_ie": "nightwatch --config nightwatch.js --env ie",
|
|
"nightwatch_remote_parallel": "nightwatch --config nightwatch.js --env safari,chrome,default",
|
|
"nightwatch_remote_safari": "nightwatch --config nightwatch.js --env safari",
|
|
"onchange": "onchange build/app.js -- npm-run-all lint",
|
|
"prepublish": "mkdirp build; npm-run-all -ls downloadsolc build",
|
|
"remixd": "node ./node_modules/remixd/src/main.js -s ./contracts",
|
|
"selenium": "execr --silent selenium-standalone start",
|
|
"selenium-install": "selenium-standalone install",
|
|
"serve": "execr --silent http-server .",
|
|
"sourcemap": "exorcist --root ../ build/app.js.map > build/app.js",
|
|
"start": "npm-run-all -lpr serve watch onchange remixd",
|
|
"test": "npm run csslint; standard && node test/index.js",
|
|
"test-browser": "npm-run-all -lpr selenium downloadsolc make-mock-compiler serve browsertest",
|
|
"watch": "watchify src/index.js -dv -p browserify-reload -o build/app.js"
|
|
}
|
|
}
|
|
|