-
-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.89 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.89 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "varbase",
"description": "Varbase: The Ultimate Drupal 10 CMS Starter Kit (Bootstrap Ready) | by Vardot",
"license": "GPL-2.0-or-later",
"private": true,
"engines": {
"yarn": ">= 4.9.3",
"node": ">= 20.0"
},
"keywords": [
"Drupal",
"Varbase"
],
"author": "Vardot",
"scripts": {
"phpcs": "phpcs --standard=./.phpcs.xml .",
"phpcbf": "phpcbf --standard=./.phpcs.xml .",
"lint:js": "eslint .",
"lint:css": "stylelint \"**/*.css\"",
"lint:yaml": "eslint --ext .yml .",
"spellcheck": "cspell lint ."
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "~11.0.0",
"core-js": "^3.39.0",
"cspell": "^8.16.1",
"css-loader": "^7.1.2",
"dotenv-safe": "^8.2.0",
"dotenv-webpack": "^8.1.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-webpack": "^0.13.9",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-yml": "^1.14.0",
"expose-loader": "^5.0.0",
"file-loader": "^6.2.0",
"glob": "^11.0.0",
"img-loader": "^4.0.0",
"js-cookie": "3.0.x",
"jsdom": "^25.0.1",
"loadjs": "4.2.x",
"mini-css-extract-plugin": "^2.9.2",
"minimist": "^1.2.8",
"mkdirp": "^3.0.1",
"nightwatch": "^3.9.2",
"normalize.css": "8.0.x",
"postcss": "^8.4.49",
"postcss-header": "^3.0.3",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"postcss-perfectionist": "^2.3.9",
"postcss-preset-env": "^10.1.3",
"postcss-pxtorem": "^6.1.0",
"postcss-rtlcss": "^5.5.0",
"postcss-url": "^10.1.3",
"prettier": "^3.4.2",
"raw-loader": "^4.0.2",
"sass": "^1.83.0",
"sass-loader": "^16.0.4",
"sass-resources-loader": "^2.2.5",
"shepherd.js": "~10.0.1",
"sortablejs": "1.15.x",
"stylelint": "^16.12.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.2",
"svg-inline-loader": "^0.8.2",
"svg-spritemap-webpack-plugin": "^4.5.0",
"tabbable": "~6.0.0",
"terser": "^5.37.0",
"terser-webpack-plugin": "^5.3.11",
"underscore": "~1.13.7",
"url-loader": "^4.1.1",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-middleware": "^7.4.2",
"webpack-merge": "^6.0.1",
"webpack-notifier": "^1.15.0",
"webpack-remove-empty-scripts": "^1.0.4"
},
"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": "yarn@4.9.3"
}