amis2/packages/amis/package.json
吴多益 eb55199ef1
feat: CRUD 支持导出 Excel 模板 Closes #9157 (#9228)
* feat: CRUD 支持导出 Excel 模板 Closes #9157

* 更新版本
2024-01-05 15:04:02 +08:00

247 lines
6.4 KiB
JSON

{
"name": "amis",
"version": "6.0.0",
"description": "一种MIS页面生成工具",
"main": "lib/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest",
"update-snapshot": "jest --updateSnapshot",
"coverage": "jest --coverage",
"publish-to-internal": "sh build.sh && sh publish.sh",
"build": "npm run clean-dist && sh build.sh",
"build-esm": "npm run clean-dist && NODE_ENV=production rollup -c rollup.esm.config.js",
"prettier": "prettier --write '{src,scss,examples}/**/**/*.{js,jsx,ts,tsx,scss,json}'",
"build-schemas": "ts-node -O '{\"target\":\"es6\"}' ../../scripts/build-schemas.ts",
"clean-dist": "rimraf lib/** esm/**"
},
"repository": {
"type": "git",
"url": "https://github.com/baidu/amis.git"
},
"keywords": [
"react",
"amis",
"mis",
"renderer",
"json",
"schema"
],
"author": "baidu",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"dependencies": {
"amis-core": "^6.0.0",
"amis-ui": "^6.0.0",
"attr-accept": "2.2.2",
"blueimp-canvastoblob": "2.1.0",
"classnames": "2.3.2",
"downshift": "6.1.12",
"echarts": "5.4.0",
"echarts-stat": "^1.2.0",
"echarts-wordcloud": "^2.1.0",
"exceljs": "^4.4.0",
"file-saver": "^2.0.2",
"hls.js": "1.1.3",
"hoist-non-react-statics": "^3.3.2",
"hotkeys-js": "^3.8.7",
"immutability-helper": "^3.1.1",
"jsbarcode": "^3.11.5",
"keycode": "^2.2.1",
"lodash": "^4.17.15",
"match-sorter": "^6.3.1",
"mobx": "^4.5.0",
"mobx-react": "^6.3.1",
"mobx-state-tree": "^3.17.3",
"moment": "^2.19.4",
"moment-timezone": "^0.5.34",
"mpegts.js": "^1.6.10",
"office-viewer": "^0.2.1",
"prop-types": "^15.6.1",
"qrcode.react": "^3.1.0",
"react-cropper": "^2.1.8",
"react-dropzone": "^11.4.2",
"react-intersection-observer": "9.5.2",
"react-json-view": "1.21.3",
"react-transition-group": "4.4.2",
"sortablejs": "1.15.0",
"tslib": "^2.3.1",
"video-react": "0.15.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-typescript": "^8.3.4",
"@svgr/rollup": "^6.2.1",
"@testing-library/dom": "8.20.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@types/async": "^2.0.45",
"@types/codemirror": "5.60.10",
"@types/echarts": "^4.9.2",
"@types/file-saver": "^2.0.1",
"@types/history": "^4.6.0",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/jest": "^28.1.0",
"@types/json-schema": "^7.0.11",
"@types/lodash": "^4.14.175",
"@types/markdown-it": "^12.2.1",
"@types/mkdirp": "^1.0.1",
"@types/node": "^12.7.1",
"@types/papaparse": "^5.2.2",
"@types/prop-types": "^15.5.2",
"@types/qs": "^6.5.1",
"@types/react": "^18.0.24",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^18.0.8",
"@types/react-onclickoutside": "^6.0.2",
"@types/react-router-dom": "^5.3.3",
"@types/react-test-renderer": "^18.0.0",
"@types/react-transition-group": "4.4.3",
"@types/sortablejs": "^1.3.32",
"@types/tinymce": "^4.5.24",
"axios": "0.25.0",
"bce-sdk-js": "^0.2.9",
"concurrently": "^7.3.0",
"copy-to-clipboard": "3.3.1",
"core-js": "^3.21.0",
"css": "3.0.0",
"fs-walk": "0.0.2",
"glob": "^7.2.0",
"history": "^4.7.2",
"jest": "^29.0.3",
"jest-canvas-mock": "^2.3.0",
"jest-environment-jsdom": "^29.0.3",
"js-yaml": "^4.1.0",
"json5": "^2.2.1",
"marked": ">=4.0.12",
"mkdirp": "^1.0.4",
"postcss": "^8.4.6",
"postcss-cli": "^9.1.0",
"postcss-custom-properties": "^12.1.5",
"prettier": "^2.6.1",
"pretty-quick": "^3.1.1",
"prismjs": "^1.25.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "5.2.1",
"react-router-dom": "5.3.0",
"react-test-renderer": "^18.0.0",
"regexp.prototype.flags": "1.5.0",
"rimraf": "^3.0.2",
"rollup": "^2.79.1",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-license": "^2.7.0",
"ts-jest": "^29.0.2",
"ts-json-schema-generator": "0.96.0",
"ts-node": "^10.5.0",
"typescript": "^4.6.4"
},
"files": [
"lib",
"esm",
"sdk",
"schema.json",
"revision.json"
],
"exports": {
".": {
"require": "./lib/index.js",
"import": "./esm/index.js"
},
"./lib/helper.css": {
"style": "./lib/helper.css",
"require": "./lib/helper.css",
"import": "./lib/helper.css"
},
"./lib/themes/*": {
"style": "./lib/themes/*",
"require": "./lib/themes/*",
"import": "./lib/themes/*"
},
"./lib/*": {
"require": "./lib/*.js",
"import": "./esm/*.js"
},
"./sdk/*": {
"style": [
"./sdk/*"
],
"require": [
"./sdk/*"
],
"import": [
"./sdk/*"
]
},
"./schema.json": {
"require": [
"./schema.json"
],
"import": [
"./schema.json"
]
}
},
"jest": {
"testEnvironment": "jsdom",
"coverageReporters": [
"text",
"cobertura"
],
"collectCoverageFrom": [
"src/**/*"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"\\.(ts|tsx)$": [
"ts-jest",
{
"diagnostics": false
}
]
},
"setupFiles": [
"jest-canvas-mock"
],
"testRegex": "/.*\\.test\\.(ts|tsx|js)$",
"moduleNameMapper": {
"\\.(css|less|sass|scss)$": "<rootDir>/../../__mocks__/styleMock.js",
"\\.(svg)$": "<rootDir>/../../__mocks__/svgMock.js",
"\\.svg\\.js$": "<rootDir>/../../__mocks__/svgJsMock.js",
"^amis\\-ui$": "<rootDir>/../amis-ui/src/index.tsx"
},
"setupFilesAfterEnv": [
"<rootDir>/../amis-core/__tests__/jest.setup.js"
],
"testPathIgnorePatterns": [
"/node_modules/",
"/.rollup.cache/"
],
"snapshotFormat": {
"escapeString": false,
"printBasicPrototype": false
}
},
"peerDependencies": {
"amis-core": "*",
"amis-ui": "*",
"office-viewer": "*",
"react": ">=16.8.6",
"react-dom": ">=16.8.6"
},
"gitHead": "37d23b4a8eb1c663bc38e8dd9040889ea1526ec4"
}