-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
43 lines (43 loc) · 1.44 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
{
"name": "wp-datepicker-styling",
"version": "5.7.1",
"description": "jQuery UI Datepicker CSS for WordPress.",
"license": "GPL-2.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/stuttter/wp-datepicker-styling"
},
"bugs": {
"url": "https://github.com/stuttter/wp-datepicker-styling/issues"
},
"homepage": "https://jjj.software",
"engines": {
"node": ">=8.0.0",
"npm": ">=6.0.0"
},
"scripts": {
"dev": "postcss src/datepicker.scss --output datepicker.css --env dev --config src/postcss-configs/main; prettier datepicker.css --write;",
"prod": "postcss src/datepicker.scss --output datepicker.min.css --env prod --config src/postcss-configs/main",
"remap": "postcss src/general.scss --replace --config src/postcss-configs/remap; postcss src/schemes/default.scss --replace --config src/postcss-configs/remap; postcss src/schemes/fresh.scss --replace --config src/postcss-configs/remap;"
},
"browserslist": [
"> 2%"
],
"dependencies": {
"postcss-palettize-colors": "git+https://github.com/ryelle/postcss-palettize-colors.git"
},
"devDependencies": {
"autoprefixer": "^10.2.4",
"cssnano": "^4.1.10",
"postcss": "^8.2.6",
"postcss-advanced-variables": "^3.0.1",
"postcss-cli": "^8.3.1",
"postcss-custom-media": "^8.0.0",
"postcss-import": "^14.0.0",
"postcss-map-get": "^0.3.0",
"postcss-nested": "^5.0.4",
"postcss-scss": "^3.0.4",
"postcss-sort-media-queries": "^3.4.3",
"prettier": "2.2.1"
}
}