embark/site/package.json
Jonathan Rainville a3b52676fc Fix part of the test app and add new test util functions (#1977)
* fix: fix tests hanging because the console is not started

* fix(@embark/proxy): send back errors correctly to the client

Code originally by @emizzle and fixed by me

* feat(@embark/test-runner): add assert.reverts to test reverts

* fix: make test app actually run its test and not hang

* fix(@embark/proxy): fix listening to contract event in the proxy

* feat(@embark/test-runner): add assertion for events being triggered

* docs(@embark/site): add docs for the new assert functions

* feat(@embark/test-runner): add increaseTime util function to globals

* docs(@embark/site): add docs for increaseTime
2019-10-17 14:39:25 -04:00

45 lines
1.1 KiB
JSON

{
"name": "embark-site",
"version": "0.0.0",
"private": true,
"license": "MIT",
"hexo": {
"version": "3.8.0"
},
"dependencies": {
"cheerio": "^0.22.0",
"hexo": "3.9.0",
"hexo-autoprefixer": "^2.0.0",
"hexo-deployer-git": "^2.0.0",
"hexo-generator-alias": "^0.1.3",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^2.0.0",
"hexo-generator-sitemap": "^1.1.2",
"hexo-renderer-jade": "^0.4.1",
"hexo-renderer-marked": "^2.0.0",
"hexo-renderer-sass": "^0.4.0",
"hexo-renderer-stylus": "^1.1.0",
"hexo-server": "^1.0.0",
"lodash": "^4.17.13",
"lunr": "^2.3.7",
"uuid": "^3.3.3"
},
"devDependencies": {
"del": "^5.1.0",
"eslint": "^6.5.1",
"eslint-config-hexo": "^3.0.0",
"gulp": "^4.0.2",
"gulp-cheerio": "^0.6.2",
"gulp-clean-css": "^4.2.0",
"gulp-if": "^3.0.0",
"gulp-responsive": "^2.14.0",
"gulp-rev": "^9.0.0",
"gulp-rev-collector": "^1.0.2",
"gulp-rev-replace": "^0.4.3",
"gulp-uglify": "^3.0.2",
"gulp-unique-files": "^0.1.2",
"gulp-useref": "^3.1.6",
"rename": "^1.0.4"
}
}