forked from cypress-io/cypress-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
150 lines (150 loc) · 4.6 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "cypress-documentation",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.7.1"
},
"engines": {
"node": "^8.4.0"
},
"license": "MIT",
"bugs": "https://github.com/cypress-io/cypress-documentation/issues",
"author": "Cypress.io team and contributors",
"homepage": "https://docs.cypress.io",
"repository": {
"type": "git",
"url": "https://github.com/cypress-io/cypress-documentation.git"
},
"scripts": {
"add-snippet": "node ./cy_scripts/snippet-creator",
"build": "node --stack-size=8192 ./index.js generate",
"clean-deps": "rm -rf node_modules",
"clean": "hexo clean",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"cypress:verify": "cypress verify",
"deploy-prebuilt": "node ./cy_scripts/deploy.js",
"deploy": "echo Deploying built docs",
"deps": "deps-ok && dependency-check . --no-default-entries --entry cy_scripts/deploy.js",
"lint": "echo 'Linting scripts...' && eslint --fix *.js cy_scripts/*.js scripts/*.js && echo 'Lint successful'",
"md-lint": "textlint source/*",
"postbuild": "gulp post:build && git-last -m -f public/build.json",
"postdeploy": "npm run deploy-prebuilt",
"prebuild": "npm run clean && npm run deps && gulp pre:build",
"predeploy": "NODE_ENV=production npm run build",
"scrape": "node ./cy_scripts/scrape.js",
"start-server": "node --stack-size=8192 ./index.js server --port 2222",
"start": "npm run start-server -- --no-validate",
"stop-only": "stop-only --folder cypress",
"test-e2e": "start-server-and-test start http://localhost:2222 cypress:run",
"test-watch": "npm run test --silent -- --watch",
"test": "jest",
"warn-only": "stop-only --warn --folder cypress"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm run md-lint && npm run warn-only"
}
},
"jest": {
"unmockedModulePathPatterns": [
"node_modules/react"
],
"testMatch": [
"<rootDir>/test/**/*spec.(js|coffee)"
],
"moduleFileExtensions": [
"coffee",
"js"
],
"transform": {
".+\\.coffee": "./test/jest-coffee-preprocessor.js"
}
},
"devDependencies": {
"@cypress/deploy-bits": "1.7.1",
"@cypress/env-or-json-file": "2.0.0",
"@cypress/questions-remain": "1.0.1",
"@keyv/redis": "github:bahmutov/keyv-redis#b64f44cd1d1e87893d989b1469068af8292299d5",
"@types/fluent-ffmpeg": "2.1.8",
"@types/jest": "23.3.1",
"beeper": "1.1.1",
"bin-up": "1.1.0",
"chai": "4.2.0",
"chalk": "2.4.1",
"cheerio": "1.0.0-rc.2",
"coffee-react": "5.0.1",
"coffee-script": "1.12.7",
"colors": "1.3.2",
"common-tags": "1.8.0",
"concurrent-transform": "1.0.0",
"cypress": "3.1.0",
"dependency-check": "3.2.1",
"deps-ok": "1.4.1",
"eslint": "5.7.0",
"eslint-plugin-cypress-dev": "1.1.2",
"fluent-ffmpeg": "2.1.2",
"fs-extra": "7.0.0",
"ggit": "2.4.5",
"git-last": "1.2.4",
"got": "8.3.2",
"gulp": "3.9.1",
"gulp-awspublish": "3.4.0",
"gulp-clean": "0.4.0",
"gulp-debug": "4.0.0",
"gulp-rev-all": "1.0.0",
"human-interval": "0.1.6",
"husky": "0.15.0-rc.13",
"inquirer": "5.2.0",
"jest": "23.6.0",
"keyv": "3.1.0",
"marked": "0.5.1",
"minimist": "1.2.0",
"mocha": "5.2.0",
"nock": "10.0.1",
"npm-run-all": "4.1.3",
"ora": "3.0.0",
"pluralize": "7.0.0",
"prompt-confirm": "2.0.4",
"ramda": "0.25.0",
"request-promise": "4.2.2",
"run-sequence": "2.2.1",
"sinon": "7.0.0",
"sinon-chai": "3.2.0",
"snap-shot-it": "6.1.10",
"start-server-and-test": "1.7.5",
"stop-only": "2.2.2",
"textlint": "11.0.1",
"textlint-filter-rule-comments": "1.2.2",
"textlint-rule-eslint": "3.1.0",
"textlint-rule-terminology": "1.1.29",
"underscore.string": "3.3.5",
"wait-on": "2.1.2",
"yamljs": "0.3.0"
},
"dependencies": {
"bluebird": "3.5.2",
"check-more-types": "2.24.0",
"debug": "3.2.6",
"docsearch.js": "2.5.2",
"font-awesome": "4.7.0",
"hexo": "3.8.0",
"hexo-algoliasearch": "0.3.0",
"hexo-cli": "1.1.0",
"hexo-filter-cleanup": "1.1.0",
"hexo-generator-alias": "0.1.3",
"hexo-generator-seo-friendly-sitemap": "0.0.22",
"hexo-prism-plugin": "2.2.0",
"hexo-renderer-marked": "0.3.2",
"hexo-renderer-scss": "1.2.0",
"hexo-server": "0.3.3",
"lazy-ass": "1.6.0",
"lodash": "4.17.11",
"menuspy": "1.3.0",
"roboto-fontface": "0.10.0",
"scrollingelement": "1.5.2",
"set-immediate-shim": "2.0.0",
"yall": "github:malchata/yall.js#1c782f1ab7a0becb1a88fd6f3b260e55d5e213a2"
}
}