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
4201a153
Commit
4201a153
authored
Jan 22, 2018
by
Iuri Matias
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing dev dependencies: browserify-livereload, npm-run-all, onchange, watchify
parent
524e1136
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
+13
-8
package.json
remix-debugger/package.json
+13
-8
No files found.
remix-debugger/package.json
View file @
4201a153
...
@@ -14,17 +14,13 @@
...
@@ -14,17 +14,13 @@
],
],
"main"
:
"./index.js"
,
"main"
:
"./index.js"
,
"devDependencies"
:
{
"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-eslint"
:
"^7.1.1"
,
"babel-preset-es2015"
:
"^6.24.0"
,
"babel-plugin-transform-object-assign"
:
"^6.22.0"
,
"babel-plugin-transform-object-assign"
:
"^6.22.0"
,
"babel-preset-es2015"
:
"^6.24.0"
,
"babelify"
:
"^7.3.0"
,
"babelify"
:
"^7.3.0"
,
"browserify"
:
"^13.0.1"
,
"browserify"
:
"^13.0.1"
,
"browserify-livereload"
:
"^1.0.10"
,
"csjs-inject"
:
"^1.0.1"
,
"ethereum-common"
:
"0.0.18"
,
"ethereum-common"
:
"0.0.18"
,
"ethereumjs-block"
:
"^1.2.2"
,
"ethereumjs-block"
:
"^1.2.2"
,
"ethereumjs-tx"
:
"^1.1.1"
,
"ethereumjs-tx"
:
"^1.1.1"
,
...
@@ -33,12 +29,21 @@
...
@@ -33,12 +29,21 @@
"fast-async"
:
"^6.1.2"
,
"fast-async"
:
"^6.1.2"
,
"http-server"
:
"^0.9.0"
,
"http-server"
:
"^0.9.0"
,
"nightwatch"
:
"^0.9.5"
,
"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"
,
"selenium-standalone"
:
"^6.0.1"
,
"solc"
:
"^0.4.13"
,
"solc"
:
"^0.4.13"
,
"standard"
:
"^7.0.1"
,
"standard"
:
"^7.0.1"
,
"standard-reporter"
:
"^1.0.5"
,
"standard-reporter"
:
"^1.0.5"
,
"tape"
:
"^4.6.0"
,
"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"
:
{
"scripts"
:
{
"build"
:
"mkdirp build; browserify index.js > build/app.js"
,
"build"
:
"mkdirp build; browserify index.js > build/app.js"
,
...
...
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