updated 构建工具调整
This commit is contained in:
28
package.json
28
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user