mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-22 06:59:30 -06:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "cypress-documentation",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"hexo": {
|
|
"version": "3.3.1"
|
|
},
|
|
"scripts": {
|
|
"clean": "hexo clean",
|
|
"clean-deps": "rm -rf node_modules",
|
|
"clean-all": "npm run clean && npm run clean-deps",
|
|
"convert": "node ./cy_scripts/convert.js",
|
|
"deploy": "npm run build && hexo deploy",
|
|
"build-prod": "hexo clean && hexo generate && gulp prep",
|
|
"start": "hexo server --port 2222"
|
|
},
|
|
"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",
|
|
"run-sequence": "^1.2.2",
|
|
"underscore.string": "^3.3.4",
|
|
"yamljs": "^0.2.10"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "^3.5.0",
|
|
"hexo": "3.3.1",
|
|
"hexo-algoliasearch": "^0.2.1",
|
|
"hexo-deployer-git": "^0.2.0",
|
|
"hexo-generator-archive": "^0.1.4",
|
|
"hexo-generator-category": "^0.1.3",
|
|
"hexo-generator-index": "^0.2.0",
|
|
"hexo-generator-sitemap": "^1.1.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"
|
|
}
|
|
}
|