-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.23 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.23 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
{
"name": "simple-dark-mode-for-wp-dashboard",
"version": "1.0.9",
"description": "The simplest way to make your WordPress Dashboard dark. No settings, just activate the plugin and enjoy the darkness. Tries to follow the WordPress Coding Standards and best practices and be as straightforward as possible.",
"author": "Roni Laukkarinen (roni@dude.fi)",
"devDependencies": {
"@ronilaukkarinen/gulp-stylelint": "^14.0.5",
"@ronilaukkarinen/stylelint-a11y": "^1.2.4",
"@ronilaukkarinen/stylelint-value-no-unknown-custom-properties": "^3.0.1",
"autoprefixer": "^10.4.0",
"browser-sync": "^2.27.7",
"caniuse-lite": "^1.0.30001279",
"gulp": "4.0.2",
"gulp-clean-css": "4.3.0",
"gulp-notify": "^4.0.0",
"gulp-phpcs": "^3.1.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"npm-check-updates": "^12.0.1",
"postcss": "^8.3.11",
"sass": "^1.43.4",
"stylelint": "^14.0.1",
"stylelint-config-recommended": "^6.0.0",
"stylelint-config-recommended-scss": "^5.0.1",
"stylelint-config-standard": "^24.0.0",
"stylelint-declaration-strict-value": "^1.8.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.0.0"
}
}