{ "name": "@fesjs/plugin-windicss", "version": "3.0.1", "description": "@fesjs/plugin-windicss", "main": "lib/index.js", "files": [ "lib", "types.d.ts" ], "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": { "@fesjs/fes": "^3.1.5", "vue": "^3.2.47" }, "dependencies": { "vite-plugin-windicss": "^1.9.1", "windicss": "^3.5.1", "windicss-webpack-plugin": "^1.6.0" }, "typings": "./types.d.ts" }