mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-10-13 18:22:13 +08:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "@fesjs/plugin-swc",
|
|
"version": "4.0.0-beta.0",
|
|
"description": "@fesjs/plugin-swc",
|
|
"author": "RiESAEX",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/plugin-swc"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
},
|
|
"keywords": [
|
|
"fes"
|
|
],
|
|
"main": "dist/index.mjs",
|
|
"module": "dist/index.mjs",
|
|
"types": "types.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"types.d.ts"
|
|
],
|
|
"scripts": {
|
|
"watch": "tsup --watch",
|
|
"build": "tsup"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"peerDependencies": {
|
|
"@fesjs/fes": "^4.0.0-beta.0"
|
|
},
|
|
"dependencies": {
|
|
"@fesjs/shared": "^4.0.0-beta.0",
|
|
"@fesjs/utils": "^4.0.0-beta.0",
|
|
"@swc/core": "^1.13.5",
|
|
"@swc/css": "^0.0.28",
|
|
"css-minimizer-webpack-plugin": "^7.0.2",
|
|
"swc-loader": "^0.2.6",
|
|
"swc-plugin-vue-jsx": "^0.4.0",
|
|
"terser-webpack-plugin": "^5.3.14"
|
|
}
|
|
}
|