2020-12-25 20:41:48 +08:00
|
|
|
{
|
2021-03-05 17:03:04 +08:00
|
|
|
"name": "@fesjs/plugin-icon",
|
2022-05-17 17:05:56 +08:00
|
|
|
"version": "3.0.0-beta.3",
|
2021-03-05 17:03:04 +08:00
|
|
|
"description": "@fesjs/plugin-icon",
|
2020-12-25 20:41:48 +08:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"files": [
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2021-01-04 20:32:44 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
|
|
"directory": "packages/fes-plugin-icon"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"fes"
|
|
|
|
],
|
|
|
|
"author": "qlin",
|
2020-12-25 20:41:48 +08:00
|
|
|
"license": "MIT",
|
2021-01-04 20:32:44 +08:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
2021-01-05 10:26:19 +08:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2020-12-25 20:41:48 +08:00
|
|
|
"peerDependencies": {
|
2021-03-05 17:03:04 +08:00
|
|
|
"vue": "^3.0.5"
|
2020-12-25 20:41:48 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-08-09 14:43:47 +08:00
|
|
|
"svgo": "^2.3.1"
|
2020-12-25 20:41:48 +08:00
|
|
|
}
|
2021-08-18 14:38:15 +08:00
|
|
|
}
|