-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.86 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "cucumber_default_content",
"private": true,
"description": "Provides default content for the Cucumber Automated Functional Acceptance Testing Management system.",
"license": "GPL-2.0",
"engines": {
"yarn": ">= 1.6",
"node": ">= 18.0"
},
"keywords": [
"Drupal",
"Webship",
"Web Admin"
],
"author": "Webship.co",
"scripts": {
"phpcs": "phpcs --standard=./.phpcs.xml .",
"phpcbf": "phpcbf --standard=./.phpcs.xml .",
"lint:js": "node ./node_modules/eslint/bin/eslint.js .",
"lint:css": "stylelint \"**/*.css\"",
"lint:yaml": "node ./node_modules/eslint/bin/eslint.js --ext .yml ."
},
"dependencies": { },
"devDependencies": {
"webship-js": "~1",
"eslint": "~8",
"eslint-config-airbnb-base": "~15",
"eslint-config-prettier": "~8",
"eslint-plugin-import": "~2",
"eslint-plugin-jquery": "~1",
"eslint-plugin-prettier": "~4",
"eslint-plugin-yml": "~1",
"glob": "~8",
"loadjs": "~4",
"minimist": "~1",
"mkdirp": "~1",
"normalize.css": "~8",
"postcss": "~8",
"postcss-header": "~3",
"postcss-import": "~15",
"postcss-preset-env": "~8",
"postcss-pxtorem": "~6",
"postcss-url": "~10",
"prettier": "~2",
"shepherd.js": "~10",
"sortablejs": "~1",
"stylelint": "~15",
"stylelint-checkstyle-formatter": "^0.1.2",
"stylelint-config-standard": "~33",
"stylelint-order": "~6",
"tabbable": "~6",
"terser": "~5",
"terser-webpack-plugin": "~5",
"underscore": "~1",
"webpack": "~5",
"webpack-cli": "~5"
},
"browserslist": [
"last 2 Chrome major versions",
"last 2 Firefox major versions",
"last 2 Safari major versions",
"last 2 Edge major versions",
"last 2 Opera versions",
"last 2 iOS major versions",
"last 1 ChromeAndroid version",
"last 1 Samsung version",
"Firefox ESR"
]
}