Files
cypress/packages/example/package.json
Jennifer Shehane c8dac444f9 replace gulp-gh-pages-will with original gulp-gh-pages (#4827)
* replace gulp-gh-pages-will with original gulp-gh-pages

- the original has the gift update that was intended for the forked
versions usage.

* actually, the dep updated needed is only in their 'next' release.

Nobody has any idea why they haven't tagged it as latest in npm, the
repo looks a bit abandoned tbh.

* update require statement to new dep

* fix weird merge conflict
2019-12-19 22:07:14 +06:30

41 lines
1.0 KiB
JSON

{
"name": "@packages/example",
"version": "0.0.0",
"private": true,
"main": "index.js",
"scripts": {
"postinstall": "echo '@packages/example needs: npm run build'",
"check-deps": "node ../../scripts/check-deps.js --verbose",
"check-deps-pre": "npm run check-deps -- --prescript",
"clean-deps": "rm -rf node_modules",
"pretest": "npm run check-deps-pre",
"test": "cross-env NODE_ENV=test mocha",
"test-e2e": "cypress run",
"prebuild": "npm run check-deps-pre",
"build": "node ./bin/build.js && gulp build",
"build-prod": "npm run build",
"predeploy": "npm run build",
"deploy": "gulp deploy"
},
"files": [
"cypress",
"lib"
],
"dependencies": {
"bluebird": "3.5.3",
"glob": "7.1.3"
},
"devDependencies": {
"bin-up": "1.2.2",
"chai": "3.5.0",
"cross-env": "6.0.3",
"cypress-example-kitchensink": "1.8.1",
"gulp": "4.0.2",
"gulp-clean": "0.4.0",
"gulp-gh-pages": "0.6.0-6",
"gulp-rev-all": "2.0.2",
"mocha": "2.5.3",
"shelljs": "0.8.3"
}
}