fite-plugin-autoprefixer/package.json

17 lines
390 B
JSON

{
"name": "fite-plugin-autoprefixer",
"type": "module",
"version": "1.0.0",
"description": "fite构建工具专用的css前缀补全插件.",
"main": "index.js",
"dependencies": {
"autoprefixer": "^10.4.19"
},
"repository": "https://git.wkit.fun/bytedo/fite-plugin-autoprefixer.git",
"author": "yutent",
"engines": {
"node": ">=16.6.0"
},
"license": "MIT"
}
fite构建工具专用的css前缀补全插件.
JavaScript 100%