mirror of https://github.com/alibaba/ice.git
chore: add repository (#4220)
* chore: add repository * chore: update package.json of plugin-fusion (#4218) add repo * chore: fix repository type Co-authored-by: 游鹿 <njuzhaoguoyan@foxmail.com>
This commit is contained in:
parent
83372dbf84
commit
d562586c3f
|
|
@ -16,6 +16,10 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/babel-preset-ice"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/plugin-proposal-class-properties": "^7.1.0",
|
||||
"@babel/plugin-proposal-decorators": "^7.1.2",
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@
|
|||
"lib"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/build-app-helpers"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@
|
|||
"lib"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/build-mpa-config"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -16,6 +16,10 @@
|
|||
"peerDependencies": {
|
||||
"webpack": "^4.41.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/build-scripts-config"
|
||||
},
|
||||
"dependencies": {
|
||||
"@builder/babel-preset-ice": "^1.0.0",
|
||||
"babel-jest": "^24.9.0",
|
||||
|
|
|
|||
|
|
@ -35,8 +35,8 @@
|
|||
"lib"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/build-user-config"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@
|
|||
"universal-env": "^3.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/create-app-container"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@
|
|||
"lib"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/create-app-shared"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
"yargs-parser": "^18.1.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/create-cli-utils"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@
|
|||
"inquirer": "^7.0.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/create-ice"
|
||||
},
|
||||
"gitHead": "07ac7bb07162aac8c90778dd1de4a2060f8df498"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
"lib"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/create-use-router"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@
|
|||
"lib"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/miniapp-renderer"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -8,6 +8,10 @@
|
|||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-antd"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-plugin-import": "^1.11.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,8 +37,8 @@
|
|||
"lodash.debounce": "^4.0.8"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-app-core"
|
||||
},
|
||||
"gitHead": "07ac7bb07162aac8c90778dd1de4a2060f8df498"
|
||||
}
|
||||
|
|
@ -19,8 +19,8 @@
|
|||
"src/runtime.tsx"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-auth"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@
|
|||
"config"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-config"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -8,6 +8,10 @@
|
|||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-css-assets-local"
|
||||
},
|
||||
"dependencies": {
|
||||
"extract-css-assets-webpack-plugin": "^0.2.5"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@
|
|||
"src"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-dev-inspector"
|
||||
},
|
||||
"dependencies": {
|
||||
"@alib/build-scripts": "^0.1.31",
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@
|
|||
"registry": "https://registry.npmjs.org"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-esbuild"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -8,6 +8,10 @@
|
|||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-faas"
|
||||
},
|
||||
"dependencies": {
|
||||
"@midwayjs/faas-dev-pack": "^1.0.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
"lib"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-fast-refresh"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -30,5 +30,9 @@
|
|||
"peerDependencies": {
|
||||
"sass": "^1.0.0",
|
||||
"webpack": "^4.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-fusion"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@
|
|||
"typescript": "^4.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-helmet"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@
|
|||
"typescript": "^4.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-helpers"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@
|
|||
"src"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-ice-ssr"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@
|
|||
"typescript": "^4.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-icestark"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -11,6 +11,10 @@
|
|||
],
|
||||
"author": "tony7lee",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-jsx-plus"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-plugin-transform-jsx-class": "^0.1.2",
|
||||
"babel-plugin-transform-jsx-condition": "^0.1.2",
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@
|
|||
"src"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-keep-alive"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,10 @@
|
|||
],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"repository": {
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-load-assets"
|
||||
},
|
||||
"dependencies": {
|
||||
"build-plugin-wrap-code": "^0.1.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
"typescript": "^4.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-logger"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
"lib"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-miniapp"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -8,6 +8,10 @@
|
|||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"repository": {
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-modular-import"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-plugin-import": "^1.11.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,10 @@
|
|||
"build-scripts",
|
||||
"build-plugin"
|
||||
],
|
||||
"repository": {
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-moment-locales"
|
||||
},
|
||||
"author": "ICE Team",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@
|
|||
"lib"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-mpa"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@
|
|||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-prerender"
|
||||
},
|
||||
"author": "ice-admin@alibaba-inc.com",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -33,8 +33,8 @@
|
|||
"webpack": "^4.41.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-react-app"
|
||||
},
|
||||
"gitHead": "07ac7bb07162aac8c90778dd1de4a2060f8df498"
|
||||
}
|
||||
|
|
@ -29,8 +29,8 @@
|
|||
"react-redux": "^7.1.3"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-rematch"
|
||||
},
|
||||
"gitHead": "07ac7bb07162aac8c90778dd1de4a2060f8df498"
|
||||
}
|
||||
|
|
@ -25,8 +25,8 @@
|
|||
"staticModule": true
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-request"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -35,8 +35,8 @@
|
|||
"templates"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-router"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@
|
|||
"lib"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-service"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -8,6 +8,10 @@
|
|||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"repository": {
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-smart-debug"
|
||||
},
|
||||
"dependencies": {
|
||||
"build-plugin-load-assets": "^0.1.3",
|
||||
"build-plugin-wrap-code": "^0.1.0"
|
||||
|
|
|
|||
|
|
@ -17,6 +17,10 @@
|
|||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-stark-module"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alib/build-scripts": "^0.1.20",
|
||||
"@types/fs-extra": "^8.1.0",
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@
|
|||
"src/runtime.tsx"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-store"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -15,6 +15,10 @@
|
|||
],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"repository": {
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-webpack5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alib/build-scripts": "^0.1.18",
|
||||
"typescript": "^4.0.0"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,10 @@
|
|||
],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"repository": {
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-wrap-code"
|
||||
},
|
||||
"dependencies": {
|
||||
"webpack-sources": "^2.0.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@
|
|||
"lib"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/alibaba/ice.git"
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/react-app-renderer"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: run tests from root\" && exit 1"
|
||||
|
|
|
|||
|
|
@ -10,6 +10,10 @@
|
|||
"sass"
|
||||
],
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/resolve-sass-import"
|
||||
},
|
||||
"dependencies": {
|
||||
"fs-extra": "^8.1.0",
|
||||
"loader-utils": "^1.2.3",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,10 @@
|
|||
},
|
||||
"author": "ice-admin@alibaba-inc.com",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/webpack-dev-mock"
|
||||
},
|
||||
"dependencies": {
|
||||
"@builder/babel-preset-ice": "^1.0.0",
|
||||
"@babel/parser": "^7.12.11",
|
||||
|
|
@ -26,6 +30,5 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"express": "^4.16.3"
|
||||
},
|
||||
"repository": "https://github.com/ice-lab/ice-scripts/tree/master/packages/webpack-dev-mock"
|
||||
}
|
||||
}
|
||||
|
|
@ -11,6 +11,10 @@
|
|||
],
|
||||
"author": "ICE Team",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/webpack-loader-skin"
|
||||
},
|
||||
"dependencies": {
|
||||
"@icedesign/skin": "^0.1.13",
|
||||
"chalk": "^2.4.1",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,10 @@
|
|||
"files": [
|
||||
"src"
|
||||
],
|
||||
"repository": {
|
||||
"type": "http",
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/webpack-plugin-eslint-reporting"
|
||||
},
|
||||
"dependencies": {
|
||||
"eslint": "^6.8.0",
|
||||
"glob": "^7.1.6"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
],
|
||||
"repository": {
|
||||
"type": "http",
|
||||
"url": "https://github.com/ice-lab/ice-scripts/tree/master/packages/extract-css-assets-webpack-plugin"
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/webpack-plugin-extract-css-assets"
|
||||
},
|
||||
"keywords": [
|
||||
"webpack",
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "http",
|
||||
"url": "https://github.com/ice-lab/ice-scripts/tree/master/packages/webpack-plugin-import"
|
||||
"url": "https://github.com/alibaba/ice/tree/master/packages/webpack-plugin-import"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "ICE Team",
|
||||
|
|
|
|||
Loading…
Reference in New Issue