-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.22 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
{
"name": "@davidsneighbour/postcss-config",
"description": "PostCSS configuration for use in @davidsneighbour projects.",
"version": "2024.4.12",
"license": "MIT",
"repository": "davidsneighbour/configurations",
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)",
"bugs": "https://github.com/davidsneighbour/configurations/issues",
"homepage": "https://github.com/davidsneighbour/configurations/tree/main/packages/postcss-config",
"type": "module",
"dependencies": {
"@davidsneighbour/browserslist-config": "^2024.4.12",
"@fullhuman/postcss-purgecss": "7.0.2",
"autoprefixer": "10.4.20",
"cssnano": "7.0.6",
"doiuse": "6.0.5",
"pixrem": "5.0.0",
"postcss": "8.4.49",
"postcss-cli": "11.0.0",
"postcss-import": "16.1.0",
"postcss-loader": "8.1.1",
"postcss-nesting": "13.0.1",
"postcss-preset-env": "10.1.2"
},
"scripts": {
"fixpack": "fixpack",
"update": "npm-check-updates -u && npm install && fixpack && git add package* && git commit -m \"chore(deps): update dependencies\""
},
"main": "index.js",
"engines": {
"node": ">=20.18.0",
"npm": ">=10.3.0"
},
"gitHead": "515736c9b5186fe57ad4e73dbbf6915b76641277"
}