mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-11-30 10:48:12 +08:00
489112a823
- @fesjs/plugin-layout@4.0.6 - @fesjs/plugin-windicss@2.0.8
37 lines
786 B
JSON
37 lines
786 B
JSON
{
|
|
"name": "@fesjs/plugin-windicss",
|
|
"version": "2.0.8",
|
|
"description": "@fesjs/plugin-windicss",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib",
|
|
"windi.config.js"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/fes-plugin-windicss"
|
|
},
|
|
"keywords": [
|
|
"fes"
|
|
],
|
|
"author": "qlin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
},
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.0.5"
|
|
},
|
|
"dependencies": {
|
|
"windicss-webpack-plugin": "^1.6.0"
|
|
}
|
|
}
|