-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.96 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.96 KB
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
{
"name": "hsg-shell",
"version": "1.0.0",
"description": "## Setup",
"main": "gulpfile.js",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"animate.css": "^3.5.1",
"bootstrap-sass": "^3.3.6",
"font-awesome": "^4.5.0",
"jquery": "^3.7.1",
"openseadragon": "^3.1.0"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@existdb/gulp-exist": "^5.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@wdio/cli": "^7.32.4",
"@wdio/junit-reporter": "^7.31.1",
"@wdio/local-runner": "^7.32.4",
"@wdio/mocha-framework": "^7.30.2",
"@wdio/spec-reporter": "^7.31.1",
"autoprefixer": "^9.7.4",
"chai": "^4.3.8",
"chai-as-promised": "^7.1.1",
"chromedriver": "^131.0.5",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cypress": "^15.9.0",
"del": "^6.1.1",
"gulp": "^5.0.1",
"gulp-autoprefixer": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^7.1.0",
"gulp-preprocess": "^3.0.3",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"mocha": "^7.0.1",
"sass": "^1.89.2",
"semantic-release": "^25.0.2",
"wdio-chromedriver-service": "^7.3.2",
"webdriverio": "^7.32.4"
},
"scripts": {
"test": "./node_modules/.bin/wdio wdio.conf.js --suite jenkins",
"test-prod": "./node_modules/.bin/wdio wdio.conf.js --suite prod",
"cy:open": "cypress open",
"cy:run": "cypress run",
"update": "npm update && gulp",
"start": "npm install --quiet && gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HistoryAtState/hsg-shell.git"
},
"author": "eXistSolutions",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/HistoryAtState/hsg-shell/issues"
},
"overrides": {},
"homepage": "https://github.com/HistoryAtState/hsg-shell#readme"
}