-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
100 lines (100 loc) · 3.18 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "varbase_dashboards",
"description": "This dashboard is built on top of Dashboards with Layout Builder module, utilize Drupal core's Layout Builder for dynamic dashboards management, Google Analytics Reports, and several enhanced blocks and widgets for an intuitive and flexible administration experience.",
"private": true,
"license": "GPL-2.0",
"engines": {
"yarn": ">= 1.6",
"node": ">= 18.0"
},
"scripts": {
"theme:build": "webpack --progress --config webpack.config.build.js",
"theme:watch": "webpack --progress --config webpack.config.dev.js --watch",
"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 ."
},
"keywords": [
"SASS",
"Drupal",
"Varbase",
"Dashboard",
"Admin Dashboard"
],
"author": "Vardot",
"devDependencies": {
"dotenv-safe": "^8.2.0",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-yml": "^1.2.0",
"glob": "^8.0.3",
"jquery": "~3.7.0",
"jquery-form": "4.3.x",
"jquery-ui": "1.13.x",
"js-cookie": "3.0.x",
"jsdom": "^20.0.0",
"loadjs": "4.2.x",
"minimist": "^1.2.2",
"mkdirp": "^1.0.4",
"nightwatch": "^2.3.9",
"normalize.css": "8.0.x",
"postcss": "^8.4.16",
"postcss-header": "^3.0.2",
"postcss-import": "^15.0.0",
"postcss-preset-env": "^8.3.2",
"postcss-pxtorem": "^6.0.0",
"postcss-url": "^10.1.3",
"postcss-loader": "^6.2.1",
"postcss-perfectionist": "^2.3.9",
"postcss-rtlcss": "^3.5.2",
"prettier": "^2.1.2",
"shepherd.js": "~10.0.1",
"sortablejs": "1.15.x",
"stylelint": "^15.5.0",
"stylelint-checkstyle-formatter": "^0.1.2",
"stylelint-config-standard": "^33.0.0",
"stylelint-order": "^6.0.3",
"tabbable": "~6.0.0",
"terser": "^5.14.2",
"terser-webpack-plugin": "^5.3.3",
"underscore": "~1.13.4",
"expose-loader": "^3.1.0",
"mini-css-extract-plugin": "^0.11.3",
"file-loader": "^5.0.2",
"img-loader": "^4.0.0",
"raw-loader": "^4.0.2",
"url-loader": "^4.1.1",
"css-loader": "^5.2.7",
"sass-loader": "^12.3.0",
"sass-resources-loader": "^2.2.4",
"svg-inline-loader": "^0.8.2",
"svg-spritemap-webpack-plugin": "^4.4.0",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.0",
"webpack-dev-middleware": "^4.1.0",
"webpack-merge": "^5.7.3",
"webpack-notifier": "^1.13.0",
"webpack-remove-empty-scripts": "^0.7.1",
"copy-webpack-plugin": "~11.0.0",
"clean-webpack-plugin": "^4.0.0",
"core-js": "^3.9.1",
"sass": "^1.44.0"
},
"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"
]
}