joyzhan dc6acc69e0 chore(release): publish
- @fesjs/plugin-windicss@2.0.5
 - @fesjs/preset-built-in@2.0.11
 - @fesjs/fes@2.0.12
2021-12-27 22:47:39 +08:00

37 lines
786 B
JSON

{
"name": "@fesjs/plugin-windicss",
"version": "2.0.5",
"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"
}
}