forked from LivePersonInc/developer-center
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.23 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
{
"name": "developer-center",
"description": "LivePerson’s Developer Center and Community",
"version": "1.0.0",
"dependencies": {
"axios": "^0.27.2",
"browser-sync": "^2.27.10",
"gulp": "^4.0.2",
"gulp-shell": "^0.8.0",
"http-proxy": ">=1.18.1",
"ini": ">=3.0.0",
"jquery": ">=3.5.0",
"jquery-highlight": "^3.5.0",
"lodash": "^4.17.21",
"lodash.template": ">=4.5.0",
"object-path": ">=0.11.5",
"socket.io": ">=4.5.1",
"yargs-parser": ">=21.1.1"
},
"devDependencies": {
"@j9t/imagemin-guard": "^3.2.8",
"pre-commit": "^1.2.2"
},
"scripts": {
"build": "bundle exec jekyll build",
"fixnaming": "bash ./_scripts/automated-name-fix.sh",
"imagemin-guard": "npx imagemin-guard --staged",
"serve": "bundle exec jekyll serve --incremental",
"test": "echo \"Error: no test specified\" && exit 1",
"verify": "bash ./_scripts/verify-documents.sh"
},
"pre-commit": {
"silent": true,
"run": "verify, imagemin-guard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LivePersonInc/developer-center.git"
},
"author": "LivePerson",
"license": "ISC",
"homepage": "https://github.com/LivePersonInc/developer-center#readme"
}