mirror of https://github.com/alibaba/ice.git
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "@ice/plugin-rax-compat",
|
|
"version": "0.4.0",
|
|
"description": "Provide rax compat support for ice.js",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"import": "./esm/index.js",
|
|
"default": "./esm/index.js"
|
|
},
|
|
"./*": "./*"
|
|
},
|
|
"main": "./esm/index.js",
|
|
"types": "./esm/index.d.ts",
|
|
"files": [
|
|
"esm",
|
|
"!esm/**/*.map"
|
|
],
|
|
"dependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/plugin-proposal-export-default-from": "^7.18.9",
|
|
"@ice/bundles": "^0.2.2",
|
|
"babel-plugin-transform-jsx-stylesheet": "1.0.6",
|
|
"consola": "^2.15.3",
|
|
"css": "^2.2.1",
|
|
"lodash-es": "^4.17.21",
|
|
"rax-compat": "^0.4.0",
|
|
"style-unit": "^3.0.5",
|
|
"stylesheet-loader": "^0.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@ice/app": "^3.4.10",
|
|
"@types/lodash-es": "^4.17.7",
|
|
"webpack": "^5.88.0"
|
|
},
|
|
"repository": {
|
|
"type": "http",
|
|
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-rax-compat"
|
|
},
|
|
"scripts": {
|
|
"watch": "tsc -w --sourceMap",
|
|
"copy": "cp -R src/templates esm/templates",
|
|
"build": "tsc && npm run copy"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|