2022-02-16 11:20:17 +08:00

31 lines
570 B
JSON

{
"name": "single-exported-component",
"description": "",
"version": "1.0.0",
"main": "src/index.js",
"module": "es/index.js",
"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": {
"cross-spawn": "^6.0.5"
},
"peerDependencies": {
"react": "^16.8.6"
},
"publishConfig": {
"registry": "https://registry.npm.alibaba-inc.com"
}
}