-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 988 Bytes
/
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
{
"name": "@bluehost/newfold-postcss-plugins-preset",
"version": "1.0.0",
"description": "PostCSS plugins preset for Newfold Digital codebases.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluehost/newfold-postcss-plugins-preset.git"
},
"keywords": [
"postcss",
"wp-scripts"
],
"author": "Dave Ryan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bluehost/newfold-postcss-plugins-preset/issues"
},
"homepage": "https://github.com/bluehost/newfold-postcss-plugins-preset#readme",
"dependencies": {
"@wordpress/postcss-plugins-preset": "^3.2.5",
"cssnano": "^5.0.12",
"postcss-combine-media-query": "^1.0.1",
"postcss-extend-rule": "^3.0.0",
"postcss-media-variables": "^2.0.1",
"postcss-nested": "^5.0.6",
"postcss-will-change-transition": "^1.2.0"
}
}