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

40 lines
880 B
JSON
Raw Normal View History

2021-11-17 22:48:56 +08:00
{
"name": "@fesjs/plugin-windicss",
2022-11-10 19:48:33 +08:00
"version": "3.0.0-rc.1",
2021-11-17 22:48:56 +08:00
"description": "@fesjs/plugin-windicss",
"main": "lib/index.js",
"files": [
"lib",
2022-05-25 19:19:36 +08:00
"types.d.ts"
2021-11-17 22:48:56 +08:00
],
"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": {
2022-08-17 10:49:48 +08:00
"vue": "^3.2.37"
2021-11-17 22:48:56 +08:00
},
"dependencies": {
"vite-plugin-windicss": "^1.8.3",
"windicss": "^3.5.1",
"windicss-webpack-plugin": "^1.6.0"
2022-03-28 19:44:54 +08:00
},
"typings": "./types.d.ts"
2022-11-10 19:48:33 +08:00
}