mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
35 lines
699 B
JSON
35 lines
699 B
JSON
{
|
|
"name": "ts-component",
|
|
"description": "",
|
|
"version": "1.0.0",
|
|
"module": "src/index.tsx",
|
|
"main": "src/index.tsx",
|
|
"files": [
|
|
"demo/",
|
|
"lib/",
|
|
"es/",
|
|
"build/"
|
|
],
|
|
"scripts": {
|
|
"postversion": "node ./scripts/postversion.js"
|
|
},
|
|
"dependencies": {
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.8.5",
|
|
"react-dom": "^16.8.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cross-spawn": "^6.0.2",
|
|
"@types/prop-types": "^15.7.3",
|
|
"@types/react": "^16.9.46",
|
|
"@types/react-dom": "^16.9.8",
|
|
"cross-spawn": "^6.0.5"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.6"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
}
|
|
}
|