mirror of https://github.com/alibaba/ice.git
34 lines
654 B
JSON
34 lines
654 B
JSON
{
|
|
"name": "@ice/webpack-config",
|
|
"version": "1.1.15",
|
|
"repository": "alibaba/ice",
|
|
"bugs": "https://github.com/alibaba/ice/issues",
|
|
"homepage": "https://v3.ice.work",
|
|
"type": "module",
|
|
"main": "./esm/index.js",
|
|
"exports": {
|
|
".": "./esm/index.js"
|
|
},
|
|
"files": [
|
|
"esm",
|
|
"!esm/**/*.map",
|
|
"*.d.ts"
|
|
],
|
|
"dependencies": {
|
|
"@ice/shared-config": "1.2.8",
|
|
"@ice/bundles": "0.2.6",
|
|
"fast-glob": "^3.2.11",
|
|
"process": "^0.11.10"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.88.0"
|
|
},
|
|
"scripts": {
|
|
"watch": "tsc -w --sourceMap",
|
|
"build": "tsc"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|