-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.22 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
70
71
72
73
74
75
76
77
78
79
80
{
"name": "webadmin",
"private": true,
"description": "Website Administration tools.",
"license": "GPL-2.0",
"engines": {
"yarn": ">= 1.6",
"node": ">= 18.0"
},
"keywords": [
"Drupal",
"Webship",
"Web Admin"
],
"author": "Webship",
"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",
"cspell": "^8.0.0",
"dotenv": "^16.4.5",
"dotenv-safe": "^9.1.0",
"eslint": "^8.53.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-formatter-gitlab": "^5.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-yml": "^1.8.0",
"glob": "10.3.5",
"js-cookie": "^3.0.5",
"jsdom": "^24.0.0",
"loadjs": "^4.3.0",
"minimist": "^1.2.8",
"mkdirp": "^3.0.1",
"postcss": "^8.4.31",
"postcss-header": "^3.0.2",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^9.2.0",
"postcss-pxtorem": "^6.0.0",
"postcss-url": "^10.1.3",
"prettier": "^3.0.3",
"stylelint": "^15.10.1",
"stylelint-checkstyle-formatter": "^0.1.2",
"stylelint-config-standard": "^34.0.0",
"stylelint-formatter-gitlab": "^1.0.2",
"stylelint-order": "^6.0.3",
"stylelint-prettier": "^4.1.0",
"tabbable": "^6.1.2",
"terser": "^5.19.0",
"terser-webpack-plugin": "^5.3.9",
"transliteration": "^2.3.5",
"tua-body-scroll-lock": "^1.4.0",
"webpack": "^5.85.1",
"webpack-cli": "^5.1.3"
},
"resolutions": {
"glob/jackspeak": "2.1.1",
"nightwatch/semver": "~7.5.2"
},
"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"
],
"packageManager": "[email protected]"
}