-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.47 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.47 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
{
"name": "dropfort-build-dependencies",
"version": "3.0.1",
"description": "A project created to have a single source for all dropfort_build node dependencies.",
"type": "module",
"scripts": {
"release": "commit-and-tag-version -a"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coldfrontlabs/dropfort-build-dependencies.git"
},
"author": "Coldfront Labs Inc.",
"license": "ISC",
"bugs": {
"url": "https://github.com/coldfrontlabs/dropfort-build-dependencies/issues"
},
"homepage": "https://github.com/coldfrontlabs/dropfort-build-dependencies#readme",
"dependencies": {
"@axe-core/webdriverjs": "^4.10.2",
"@codeceptjs/configure": "^1.0.4",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@wdio/lighthouse-service": "^9.15.0",
"browser-sync": "^3.0.4",
"codeceptjs": "^3.7.3",
"codeceptjs-resemblehelper": "github:codeceptjs/codeceptjs-resemblehelper",
"commit-and-tag-version": "^12.5.1",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.5.0",
"eslint": "^8.57.0",
"eslint-plugin-drupal-contrib": "^2.1.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"mocha-junit-reporter": "^2.2.1",
"mocha-multi": "^1.1.7",
"mochawesome": "^7.1.3",
"node-env-run": "^4.0.2",
"prettier": "^3.5.3",
"selenium-webdriver": "^4.33.0",
"standard-version-updater-yaml": "^1.0.3",
"webdriverio": "^9.15.0"
}
}