{ "name": "cypress-documentation", "version": "1.0.0", "description": "", "hexo": { "version": "3.3.1" }, "scripts": { "postinstall": "echo 'This project needs: npm run build'", "prebuild": "npm run clean", "build": "hexo generate", "postbuild": "gulp post:build", "clean": "hexo clean", "clean-deps": "rm -rf node_modules", "convert": "node ./cy_scripts/convert.js", "deploy": "NODE_ENV=production npm run build && hexo deploy", "start": "hexo server --port 2222", "precypress": "npm install cypress-cli && cypress install", "cypress": "cypress run --record --key $DOCS_RECORD_KEY", "test-e2e": "run-p --race start cypress", "test": "echo 'Nothing to unit test, but there are E2E tests!'", "lint": "standard --verbose --fix *.js cy_scripts/*.js scripts/*.js", "pretest": "npm run lint" }, "devDependencies": { "colors": "^1.1.2", "fs-extra": "^3.0.1", "glob": "^7.1.1", "gulp": "^3.9.1", "gulp-clean": "^0.3.2", "gulp-debug": "^3.1.0", "gulp-rev-all": "^0.9.7", "npm-run-all": "^4.0.2", "run-sequence": "^1.2.2", "standard": "^10.0.2", "underscore.string": "^3.3.4", "yamljs": "^0.2.10" }, "dependencies": { "bluebird": "^3.5.0", "docsearch.js": "^2.3.3", "fira": "github:cypress-io/fira#fb63362742eea8cdce0d90825ab9264d77719e3d", "font-awesome": "^4.7.0", "hexo": "3.3.1", "hexo-algoliasearch": "^0.2.1", "hexo-deployer-git": "^0.2.0", "hexo-filter-cleanup": "1.0.7", "hexo-generator-seo-friendly-sitemap": "0.0.20", "hexo-prism-plugin": "^2.0.2", "hexo-renderer-marked": "^0.2.10", "hexo-renderer-scss": "^1.0.2", "hexo-server": "^0.2.0", "lodash": "^4.17.4", "lunr": "^2.0.1", "menuspy": "1.0.1", "scrollingelement": "1.5.2" } }