mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-02 03:37:57 +08:00
41 lines
916 B
JSON
41 lines
916 B
JSON
{
|
|
"name": "@fesjs/plugin-swc",
|
|
"version": "3.0.3",
|
|
"description": "@fesjs/plugin-swc",
|
|
"main": "lib/index.js",
|
|
"types": "types.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"types.d.ts"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/fes-plugin-swc"
|
|
},
|
|
"keywords": [
|
|
"fes"
|
|
],
|
|
"author": "RiESAEX",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
},
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@fesjs/utils": "^3.0.1",
|
|
"@swc/core": "^1.3.49",
|
|
"@swc/css": "^0.0.20",
|
|
"css-minimizer-webpack-plugin": "^5.0.0",
|
|
"swc-loader": "^0.2.3",
|
|
"swc-plugin-vue-jsx": "^0.2.2",
|
|
"terser-webpack-plugin": "^5.3.7"
|
|
},
|
|
"peerDependencies": {
|
|
"@fesjs/fes": "^3.1.4"
|
|
}
|
|
}
|