-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.53 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
{
"name": "dropfort-module-build-dependencies",
"version": "1.0.1",
"description": "A project created to have a single source for all dropfort_module_build node dependencies.",
"main": "index.js",
"scripts": {
"release": "standard-version -a"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coldfrontlabs/dropfort-module-build-dependencies.git"
},
"author": "Coldfront Labs Inc.",
"license": "ISC",
"bugs": {
"url": "https://github.com/coldfrontlabs/dropfort-module-build-dependencies/issues"
},
"homepage": "https://github.com/coldfrontlabs/dropfort-module-build-dependencies#readme",
"dependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-terser": "^0.4.4",
"autoprefixer": "^10.4.19",
"commitizen": "^4.3.0",
"core-js": "^3.36.1",
"core-js-compat": "^3.36.1",
"cssnano": "^6.1.2",
"eslint": "^8.57.0",
"eslint-plugin-drupal-contrib": "^2.1.0-beta.0",
"husky": "^9.1.1",
"lint-staged": "^15.2.2",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"postcss-discard-comments": "^6.0.2",
"prettier": "^3.2.5",
"rollup": "^4.14.0",
"rollup-plugin-cleanup": "^3.2.1",
"sass": "^1.74.1",
"standard-version": "^9.5.0",
"standard-version-updater-yaml": "^1.0.3",
"stylelint": "^16.3.1",
"stylelint-config-coldfront": "^5.0.0-beta.0",
"terser": "^5.30.3"
}
}