oak-frontend-base/package.json

51 lines
1.7 KiB
JSON

{
"name": "oak-frontend-base",
"version": "1.0.0",
"description": "oak框架中前端与平台无关的逻辑部分",
"dependencies": {
"format-message-parse": "^6.2.4",
"lodash": "^4.17.21",
"oak-common-aspect": "file:../oak-common-aspect",
"oak-domain": "file:../oak-domain",
"oak-external-sdk": "file:../oak-external-sdk",
"oak-memory-tree-store": "file:../oak-memory-tree-store",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"rmc-pull-to-refresh": "^1.0.13",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@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.14.25",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/uuid": "^8.3.0",
"@types/wechat-miniprogram": "^3.4.1",
"assert": "^2.0.0",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.2",
"fs-extra": "^10.0.0",
"mocha": "^8.2.1",
"rimraf": "^3.0.2",
"ts-node": "^10.8.1",
"typescript": "^4.7.3"
},
"scripts": {
"clean": "rimraf lib/",
"copy-files": "copyfiles -u 1 src/**/*.css lib/",
"build": "tsc && npm run copy-files",
"test": "ts-node ./test/test2.ts"
},
"main": "src/index"
}