fes.js/packages/fes-core/package.json

37 lines
648 B
JSON
Raw Normal View History

2020-08-27 17:18:57 +08:00
{
"name": "@webank/fes-core",
2020-11-02 09:51:40 +08:00
"version": "2.0.0",
"description": "@webank/fes-core",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
2020-08-27 17:18:57 +08:00
"repository": {
"type": "git",
2020-11-02 09:51:40 +08:00
"url": ""
2020-08-27 17:18:57 +08:00
},
"keywords": [
2020-11-02 09:51:40 +08:00
"fes"
2020-08-27 17:18:57 +08:00
],
2020-11-02 09:51:40 +08:00
"authors": [
""
],
"license": "MIT",
"bugs": "",
"homepage": "",
"publishConfig": {
"access": "public"
2020-09-30 19:08:37 +08:00
},
"dependencies": {
2020-11-02 09:51:40 +08:00
"@babel/register": "^7.12.1",
2020-12-23 21:18:51 +08:00
"@umijs/babel-preset-umi": "3.3.3",
"@umijs/utils": "3.3.3",
2020-11-02 09:51:40 +08:00
"@webank/fes-runtime": "^2.0.0",
"dotenv": "8.2.0",
"joi": "17.3.0",
"set-value": "3.0.2",
"tapable": "2.0.0"
2020-08-27 17:18:57 +08:00
}
}