@shiyanan/document
Version:
文档管理,模型管理
91 lines (90 loc) • 2.51 kB
JSON
{
"name": "@shiyanan/document",
"version": "0.0.6-alpha.0",
"private": false,
"description": "文档管理,模型管理",
"main": "./lib/index.js",
"license": "MIT",
"keywords": [
"文档管理",
"模型管理",
"bos"
],
"repository": {
"type": "git",
"url": "https://github.com/p919533"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"lib"
],
"dependencies": {
"@bos-alpha/common": "^0.0.26-alpha.0",
"antd": "4.18.7",
"axios": "^0.21.4",
"lodash": "^4.17.21",
"react-cookies": "^0.1.0",
"react-copy-to-clipboard": "^5.0.4",
"react-resizable": "^3.0.4",
"spark-md5": "^3.0.2"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"scripts": {
"start": "cross-env PORT=8001 craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"prettier": "npx prettier --write ./src",
"dist": "build-tools run dist",
"dev": "build-tools run dev"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@craco/craco": "^6.3.0",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.178",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-cookies": "^0.1.0",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "^17.0.0",
"@types/react-resizable": "^1.7.4",
"@types/spark-md5": "^3.0.2",
"cross-env": "^7.0.3",
"moment": "^2.29.1",
"prettier": "2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-error-overlay": "^6.0.9",
"react-scripts": "4.0.3",
"typescript": "^4.1.2"
}
}