Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
7784c864
Unverified
Commit
7784c864
authored
Jan 23, 2018
by
yann300
Committed by
GitHub
Jan 23, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #667 from iurimatias/missingDependencies
Missing dev dependencies + watchify cmd fix
parents
6b2674ab
68b3abe8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
9 deletions
+14
-9
package.json
remix-debugger/package.json
+14
-9
No files found.
remix-debugger/package.json
View file @
7784c864
...
...
@@ -14,17 +14,13 @@
],
"main"
:
"./index.js"
,
"devDependencies"
:
{
"csjs-inject"
:
"^1.0.1"
,
"yo-yo"
:
"^1.2.1"
,
"yo-yoify"
:
"^3.1.0"
,
"remix-lib"
:
"latest"
,
"remix-core"
:
"latest"
,
"remix-solidity"
:
"latest"
,
"babel-eslint"
:
"^7.1.1"
,
"babel-preset-es2015"
:
"^6.24.0"
,
"babel-plugin-transform-object-assign"
:
"^6.22.0"
,
"babel-preset-es2015"
:
"^6.24.0"
,
"babelify"
:
"^7.3.0"
,
"browserify"
:
"^13.0.1"
,
"browserify-livereload"
:
"^1.0.10"
,
"csjs-inject"
:
"^1.0.1"
,
"ethereum-common"
:
"0.0.18"
,
"ethereumjs-block"
:
"^1.2.2"
,
"ethereumjs-tx"
:
"^1.1.1"
,
...
...
@@ -33,12 +29,21 @@
"fast-async"
:
"^6.1.2"
,
"http-server"
:
"^0.9.0"
,
"nightwatch"
:
"^0.9.5"
,
"notify-error"
:
"^1.2.0"
,
"npm-run-all"
:
"^4.1.2"
,
"onchange"
:
"^3.3.0"
,
"remix-core"
:
"latest"
,
"remix-lib"
:
"latest"
,
"remix-solidity"
:
"latest"
,
"selenium-standalone"
:
"^6.0.1"
,
"solc"
:
"^0.4.13"
,
"standard"
:
"^7.0.1"
,
"standard-reporter"
:
"^1.0.5"
,
"tape"
:
"^4.6.0"
,
"web3"
:
"^0.15.3"
"watchify"
:
"^3.9.0"
,
"web3"
:
"^0.15.3"
,
"yo-yo"
:
"^1.2.1"
,
"yo-yoify"
:
"^3.1.0"
},
"scripts"
:
{
"build"
:
"mkdirp build; browserify index.js > build/app.js"
,
...
...
@@ -61,7 +66,7 @@
"test-browser"
:
"npm-run-all -lpr selenium serve waittest"
,
"waittest"
:
"sleep 5 && npm run nightwatch_local"
,
"warning_message"
:
"echo 'DO NOT DO THIS IF eth/geth STORES PRIVATE KEYS!! External system might be able to access your node through the RPC server.
\n\n
';"
,
"watch"
:
"mkdirp build; watchify
src/
index.js -p [ browserify-livereload --host 127.0.0.1 --port 1337 ] -dv -o build/app.js"
"watch"
:
"mkdirp build; watchify index.js -p [ browserify-livereload --host 127.0.0.1 --port 1337 ] -dv -o build/app.js"
},
"repository"
:
{
"type"
:
"git"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment