oak-general-business/package.json

47 lines
1.5 KiB
JSON

{
"name": "oak-general-business",
"version": "1.0.0",
"description": "oak框架中公共业务逻辑的实现",
"dependencies": {
"lodash": "^4.17.21",
"oak-domain": "file:../oak-domain",
"oak-frontend-base": "file:../oak-frontend-base",
"oak-memory-tree-store": "file:../oak-memory-tree-store",
"oak-wechat-sdk": "file:../oak-wechat-sdk"
},
"devDependencies": {
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@types/cross-spawn": "^6.0.2",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/preset-typescript": "^7.12.13",
"@types/assert": "^1.5.6",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.168",
"@types/luxon": "^2.0.9",
"@types/mocha": "^8.2.0",
"@types/node": "^14.18.12",
"@types/react": "^17.0.2",
"@types/uuid": "^8.3.0",
"assert": "^2.0.0",
"chalk": "^4.1.0",
"cross-env": "^7.0.2",
"cross-spawn": "^6.0.5",
"fs-extra": "^10.0.0",
"isomorphic-fetch": "^3.0.0",
"miniprogram-api-typings": "^3.4.6",
"mocha": "^8.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.5.2"
},
"scripts": {
"prebuild": "ts-node ./scripts/make.ts",
"build": "tsc",
"get:area": "ts-node ./scripts/getAmapArea.ts",
"clean:mp": "ts-node ./scripts/cleanDtsInWechatMp"
},
"main": "src/index"
}