fes.js/packages/fes-plugin-windicss/package.json
joyzhan 489112a823 chore(release): publish
- @fesjs/plugin-layout@4.0.6
 - @fesjs/plugin-windicss@2.0.8
2022-03-04 10:29:12 +08:00

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"
}
}