fite-plugin-autoprefixer/package.json

17 lines
390 B
JSON
Raw Normal View History

2024-07-25 16:42:09 +08:00
{
"name": "fite-plugin-autoprefixer",
"type": "module",
"version": "1.0.0",
2024-07-25 16:44:54 +08:00
"description": "fite构建工具专用的css前缀补全插件.",
2024-07-25 16:42:09 +08:00
"main": "index.js",
"dependencies": {
"autoprefixer": "^10.4.19"
},
2024-07-25 16:44:54 +08:00
"repository": "https://git.wkit.fun/bytedo/fite-plugin-autoprefixer.git",
"author": "yutent",
2024-07-25 16:42:09 +08:00
"engines": {
"node": ">=16.6.0"
},
"license": "MIT"
}