mirror of https://github.com/alibaba/ice.git
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "@ice/types",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"main": "./esm/index.js",
|
|
"types": "./esm/index.d.ts",
|
|
"exports": {
|
|
".": "./esm/index.js",
|
|
"./runtime": {
|
|
"import": "./esm/runtime.js",
|
|
"types": "./esm/runtime.d.ts"
|
|
},
|
|
"./plugin": {
|
|
"import": "./esm/plugin.js",
|
|
"types": "./esm/plugin.d.ts"
|
|
},
|
|
"./generator": {
|
|
"import": "./esm/generator.js",
|
|
"types": "./esm/generator.d.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"watch": "tsc -w",
|
|
"build": "tsc"
|
|
},
|
|
"author": "ICE",
|
|
"license": "MIT",
|
|
"repository": "ice-lab/ice-next",
|
|
"bugs": "https://github.com/ice-lab/ice-next/issues",
|
|
"homepage": "https://next.ice.work",
|
|
"devDependencies": {
|
|
"@ice/route-manifest": "^1.0.0",
|
|
"@ice/runtime": "^1.0.0",
|
|
"build-scripts": "^2.0.0-21",
|
|
"esbuild": "^0.14.23",
|
|
"eslint": "^8.14.0",
|
|
"eslint-webpack-plugin": "3.1.1",
|
|
"fork-ts-checker-webpack-plugin": "7.2.6",
|
|
"react": "^18.0.0",
|
|
"terser": "^5.12.1",
|
|
"unplugin": "^0.3.2",
|
|
"webpack": "^5.73.0",
|
|
"webpack-dev-server": "^4.7.4",
|
|
"typescript": "^4.6.4"
|
|
}
|
|
}
|