fes.js/packages/fes-preset-built-in/package.json

75 lines
2.2 KiB
JSON
Raw Normal View History

2020-11-14 17:25:30 +08:00
{
2021-03-05 17:03:04 +08:00
"name": "@fesjs/preset-built-in",
2021-03-11 11:56:02 +08:00
"version": "2.0.0-rc.5",
2021-03-05 17:03:04 +08:00
"description": "@fesjs/preset-built-in",
2020-11-14 17:25:30 +08:00
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"repository": {
"type": "git",
2021-01-04 20:32:44 +08:00
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
"directory": "packages/fes-preset-built-in"
2020-11-14 17:25:30 +08:00
},
"keywords": [
"fes"
],
2021-01-04 20:32:44 +08:00
"author": "qlin",
2020-11-14 17:25:30 +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",
2020-11-14 17:25:30 +08:00
"publishConfig": {
"access": "public"
},
"dependencies": {
"@babel/core": "^7.12.13",
"@babel/plugin-proposal-do-expressions": "^7.12.13",
2021-03-01 15:14:13 +08:00
"@babel/plugin-proposal-export-default-from": "^7.12.13",
"@babel/plugin-proposal-function-bind": "^7.12.13",
2021-03-01 15:14:13 +08:00
"@babel/plugin-proposal-pipeline-operator": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.12.13",
2021-03-01 15:14:13 +08:00
"@babel/preset-env": "^7.12.13",
2021-03-11 11:56:02 +08:00
"@fesjs/compiler": "^2.0.0-rc.5",
2021-03-01 15:14:13 +08:00
"@soda/friendly-errors-webpack-plugin": "^1.8.0",
2020-12-25 10:23:31 +08:00
"@umijs/utils": "3.3.3",
"@vue/babel-plugin-jsx": "^1.0.2",
2020-12-18 18:23:00 +08:00
"@vue/compiler-sfc": "^3.0.4",
2021-03-01 15:14:13 +08:00
"autoprefixer": "^10.2.4",
"babel-loader": "^8.2.2",
"babel-plugin-import": "1.13.3",
2021-03-01 15:14:13 +08:00
"body-parser": "^1.19.0",
"cli-highlight": "^2.1.4",
"cliui": "7.0.4",
"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",
2021-03-01 15:14:13 +08:00
"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",
2021-03-01 15:14:13 +08:00
"mini-css-extract-plugin": "^1.3.5",
"mockjs": "^1.1.0",
"postcss": "^8.2.4",
"postcss-flexbugs-fixes": "^5.0.2",
2021-03-01 15:14:13 +08:00
"postcss-loader": "^4.2.0",
"postcss-safe-parser": "^5.0.2",
2021-03-01 15:14:13 +08:00
"raw-loader": "^4.0.2",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
2020-12-25 10:23:31 +08:00
"vue-loader": "^16.1.2",
"webpack": "^5.24.2",
2021-03-01 15:14:13 +08:00
"webpack-bundle-analyzer": "^4.4.0",
2021-02-08 19:21:30 +08:00
"webpack-chain": "^6.5.1",
2021-03-01 15:14:13 +08:00
"webpack-dev-server": "^3.11.2",
"webpackbar": "^5.0.0-3"
2020-11-14 17:25:30 +08:00
}
}