pabala-biu
Version:
Changelogs
41 lines • 845 B
JSON
{
"name": "@auto/DEMO",
"version": "1.0.1",
"description": "",
"scripts": {
"doc:dev": "./node_modules/.bin/father doc dev",
"prepublish": "yarn run build",
"build": "./node_modules/.bin/biu pack"
},
"componentList": [
{
"name": "DEMO",
"main": "./umd/DEMO.umd.js",
"source": "./src/DEMO",
"config": "./src/DEMO/config.json"
}
],
"main": "./dist/autohome.js",
"types": "./dist/index.d.ts",
"module": "./dist/autohome1.js",
"author": "",
"license": "ISC",
"files": [
"dist",
"src",
"bundle",
"umd"
],
"devDependencies": {
"babel-plugin-import": "^1.13.0",
"father": "^2.29.6",
"pabala-biu": "^1.0.6"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"dependencies": {
"@babel/runtime": "^7.10.5"
}
}