mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-31 11:59:04 -06:00
* root: move deploy scripts from server to top level scripts * remove postinstall download stop variable * deploy: list all dev dependencies * working on deploy run * WIP comment out obsolete run-sequence * add cypress-io/cypress-example-recipes * root: enable run all to skip package or packages by name * deploy: move coffee lint to root * deploy: make bump async * deploy: WIP update deploy + build processes for monorepo * Add cypress-io/cypress-example-module-api project build to bump * remove commas * Add project cypress-io/cypress-test-ci-environments to list of projects to test * deploy: WIP refactor classes -> functional * deploy: don't copy node_modules or prune -> just npm install * cli: consolidate important fields into monorepo root, pull out and build * all: cleanup package.json, remove versions, license, repo information -move some deps to devDeps * all: convert es5 -> es6 + fix linting * deploy: specify files to include when copying packages for dist * deploy: convert coffee script in place + remove coffee files
76 lines
2.5 KiB
JSON
76 lines
2.5 KiB
JSON
{
|
|
"name": "cypress-documentation",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"hexo": {
|
|
"version": "3.3.7"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "echo 'This project needs: npm run build'",
|
|
"deps": "$(bin-up deps-ok)",
|
|
"prebuild": "npm run clean && npm run deps",
|
|
"build": "node --stack-size=4096 ./index.js generate",
|
|
"postbuild": "gulp post:build",
|
|
"clean": "hexo clean",
|
|
"clean-deps": "rm -rf node_modules",
|
|
"convert": "node ./cy_scripts/convert.js",
|
|
"predeploy": "NODE_ENV=production npm run build",
|
|
"deploy": "node ./cy_scripts/deploy.js",
|
|
"scrape": "node ./cy_scripts/scrape.js",
|
|
"start": "node --stack-size=4096 ./index.js 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": "mocha --compilers coffee:@packages/coffee/register --recursive",
|
|
"test-watch": "npm run test --silent -- --watch",
|
|
"lint": "$(bin-up eslint) --fix *.js cy_scripts/*.js scripts/*.js"
|
|
},
|
|
"devDependencies": {
|
|
"beeper": "^1.1.1",
|
|
"bin-up": "^1.0.1",
|
|
"chai": "^4.0.2",
|
|
"cheerio": "^1.0.0-rc.1",
|
|
"colors": "^1.1.2",
|
|
"concurrent-transform": "^1.0.0",
|
|
"fs-extra": "^3.0.1",
|
|
"gift": "^0.10.0",
|
|
"glob": "^7.1.1",
|
|
"gulp": "^3.9.1",
|
|
"gulp-awspublish": "^3.3.0",
|
|
"gulp-clean": "^0.3.2",
|
|
"gulp-debug": "^3.1.0",
|
|
"gulp-rev-all": "^0.9.7",
|
|
"human-interval": "^0.1.6",
|
|
"inquirer": "^3.1.0",
|
|
"mocha": "^3.4.2",
|
|
"nock": "^9.0.13",
|
|
"npm-run-all": "^4.0.2",
|
|
"request-promise": "^4.2.1",
|
|
"run-sequence": "^1.2.2",
|
|
"sinon": "^2.3.2",
|
|
"sinon-chai": "^2.10.0",
|
|
"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": "github:cypress-io/hexo#d709e91b9a014d01215bcebc7299ea3e2ad9153d",
|
|
"hexo-algoliasearch": "0.2.1",
|
|
"hexo-cli": "^1.0.3",
|
|
"hexo-filter-cleanup": "1.0.7",
|
|
"hexo-generator-alias": "0.1.3",
|
|
"hexo-generator-seo-friendly-sitemap": "0.0.20",
|
|
"hexo-prism-plugin": "2.0.2",
|
|
"hexo-renderer-marked": "0.3.0",
|
|
"hexo-renderer-scss": "1.0.2",
|
|
"hexo-server": "0.2.0",
|
|
"lodash": "4.17.4",
|
|
"lunr": "2.0.1",
|
|
"menuspy": "github:cypress-io/menuspy#afb7cbfc5fb7d032cabba2a4608710605848f874",
|
|
"scrollingelement": "1.5.2"
|
|
}
|
|
}
|