mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-16 02:20:52 +08:00
76 lines
2.2 KiB
JSON
76 lines
2.2 KiB
JSON
{
|
|
"name": "@fesjs/preset-built-in",
|
|
"version": "2.0.0-rc.11",
|
|
"description": "@fesjs/preset-built-in",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/fes-preset-built-in"
|
|
},
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.12.13",
|
|
"@babel/plugin-proposal-do-expressions": "^7.12.13",
|
|
"@babel/plugin-proposal-export-default-from": "^7.12.13",
|
|
"@babel/plugin-proposal-function-bind": "^7.12.13",
|
|
"@babel/plugin-proposal-pipeline-operator": "^7.12.13",
|
|
"@babel/plugin-transform-runtime": "^7.12.13",
|
|
"@babel/preset-env": "^7.12.13",
|
|
"@fesjs/compiler": "^2.0.0-rc.5",
|
|
"@soda/friendly-errors-webpack-plugin": "^1.8.0",
|
|
"@umijs/utils": "3.3.3",
|
|
"@vue/babel-plugin-jsx": "^1.0.2",
|
|
"@vue/compiler-sfc": "^3.0.4",
|
|
"autoprefixer": "^10.2.4",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-plugin-import": "1.13.3",
|
|
"body-parser": "^1.19.0",
|
|
"cli-highlight": "^2.1.4",
|
|
"cliui": "7.0.4",
|
|
"connect-history-api-fallback": "^1.6.0",
|
|
"cookie-parser": "^1.4.5",
|
|
"copy-webpack-plugin": "^7.0.0",
|
|
"core-js": "^3.8.3",
|
|
"css-loader": "^5.0.1",
|
|
"css-minimizer-webpack-plugin": "^1.2.0",
|
|
"deepmerge": "^4.2.2",
|
|
"envinfo": "^7.7.3",
|
|
"file-loader": "^6.2.0",
|
|
"html-webpack-plugin": "^5.0.0",
|
|
"html-webpack-tags-plugin": "^3.0.0",
|
|
"less": "3.9.0",
|
|
"less-loader": "^8.0.0",
|
|
"mini-css-extract-plugin": "^1.3.5",
|
|
"mockjs": "^1.1.0",
|
|
"postcss": "^8.2.4",
|
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
"postcss-loader": "^4.2.0",
|
|
"postcss-safe-parser": "^5.0.2",
|
|
"raw-loader": "^4.0.2",
|
|
"style-loader": "^2.0.0",
|
|
"url-loader": "^4.1.1",
|
|
"vue-loader": "^16.1.2",
|
|
"webpack": "^5.24.2",
|
|
"webpack-bundle-analyzer": "^4.4.0",
|
|
"webpack-chain": "^6.5.1",
|
|
"webpack-dev-server": "^3.11.2",
|
|
"webpackbar": "^5.0.0-3"
|
|
}
|
|
}
|