-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.43 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
{
"name": "dropfort-build-dependencies",
"version": "1.0.1",
"description": "A project created to have a single source for all dropfort_build node dependencies.",
"main": "index.js",
"scripts": {
"release": "standard-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": {
"@codeceptjs/configure": "^1.0.1",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@wdio/lighthouse-service": "9.3.0",
"@axe-core/webdriverjs": "4.10.1",
"browser-sync": "^3.0.3",
"codeceptjs": "^3.6.6",
"codeceptjs-resemblehelper": "^1.9.7",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^10.0.0",
"eslint": "^8.57.0",
"eslint-plugin-drupal-contrib": "^2.1.0-beta.0",
"husky": "^9.1.1",
"lint-staged": "^15.2.2",
"mocha-junit-reporter": "^2.2.1",
"mocha-multi": "^1.1.7",
"mochawesome": "^7.1.3",
"node-env-run": "^4.0.2",
"prettier": "^3.2.5",
"selenium-webdriver": "^4.26.0",
"standard-version": "^9.5.0",
"standard-version-updater-yaml": "^1.0.3",
"webdriverio": "^9.3.0"
}
}