updated 构建工具调整

This commit is contained in:
zhenghaole
2024-04-28 18:55:35 +08:00
parent 00cb5e7b59
commit ce3dd27698
11 changed files with 2496 additions and 6136 deletions

View File

@@ -45,22 +45,20 @@
"url": "https://github.com/mumuy/relationship/issues"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-syntax-import-attributes": "^7.22.5",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.1",
"acorn-import-assertions": "^1.9.0",
"rollup": "^3.26.3",
"rollup-plugin-import-assert": "^3.0.1",
"tape": "^5.6.3",
"gulp": "^4.0.2",
"@babel/core": "^7.24.4",
"@babel/plugin-syntax-import-attributes": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@babel/runtime": "^7.24.4",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"gulp": "^5.0.0",
"gulp-cht": "^2.0.20",
"gulp-rename": "^2.0.0"
"gulp-rename": "^2.0.0",
"rollup": "^3.29.4",
"tape": "^5.7.5",
"through2": "^4.0.2"
},
"scripts": {
"test": "node test/index.js",