fes.js/packages/fes-plugin-windicss/package.json
2022-05-17 17:05:56 +08:00

40 lines
886 B
JSON

{
"name": "@fesjs/plugin-windicss",
"version": "3.0.0-beta.3",
"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": {
"vite-plugin-windicss": "^1.8.3",
"windicss": "^3.5.1",
"windicss-webpack-plugin": "^1.6.0"
},
"typings": "./types.d.ts"
}