fes.js/packages/fes-plugin-windicss/package.json

35 lines
762 B
JSON
Raw Normal View History

2021-11-17 22:48:56 +08:00
{
"name": "@fesjs/plugin-windicss",
"version": "2.0.0",
"description": "@fesjs/plugin-windicss",
"main": "lib/index.js",
"files": [
"lib"
],
"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": {
2021-11-18 12:10:53 +08:00
"windicss-webpack-plugin": "^1.5.8"
2021-11-17 22:48:56 +08:00
}
}