7 Star 38 Fork 29

Orginone / oiocns-react

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 4.92 KB
一键复制 编辑 原始数据 按行查看 历史
lx991218 提交于 2024-06-08 16:57 . fix:修改子表数据源选择功能
{
"name": "orginone",
"version": "1.0.0",
"description": "奥集能ReactTypescript示例",
"keywords": [
"orginone",
"奥集能"
],
"license": "MIT",
"scripts": {
"dev": "vite --mode development",
"build": "node --max_old_space_size=20480 ./node_modules/.bin/vite build",
"build:beta": "vite build --mode beta",
"build:release": "vite build --mode release",
"build:legacy": "vite build --mode legacy ",
"build:deploy": "vite build --base=/vite-react-ts/",
"lint": "npm run lint:js && npm run lint:prettier && npm run tsc",
"lint-staged": "lint-staged",
"lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx ",
"lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx ./src ",
"lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx ./src",
"commitlint": "commitlint",
"preview": "vite preview --open",
"clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"./src/*.{js,jsx,ts,tsx}": "npm run lint-staged:js",
"./src/*.{js,jsx,tsx,ts,less,md,json}": [
"prettier --write"
],
"*.{less,css}": [
"prettier --parser --write"
]
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions"
],
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@ant-design/pro-components": "2.3.37",
"@antv/g2": "^5.1.20",
"@antv/x6": "^2.13.1",
"@antv/x6-plugin-dnd": "^2.0.6",
"@antv/x6-plugin-selection": "^2.1.7",
"@antv/x6-react-shape": "^2.2.2",
"@babel/standalone": "^7.23.7",
"@bytemd/plugin-breaks": "^1.21.0",
"@bytemd/plugin-frontmatter": "^1.21.0",
"@bytemd/plugin-gemoji": "^1.21.0",
"@bytemd/plugin-gfm": "^1.21.0",
"@bytemd/plugin-highlight": "^1.21.0",
"@bytemd/plugin-math-ssr": "^1.21.0",
"@bytemd/plugin-medium-zoom": "^1.21.0",
"@bytemd/plugin-mermaid": "^1.21.0",
"@bytemd/react": "^1.21.0",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@handsontable/react": "^14.0.0",
"@hello-pangea/color-picker": "^3.2.2",
"@microsoft/signalr": "^7.0.12",
"@msgpack/msgpack": "^3.0.0-beta2",
"@types/ajv": "^1.0.0",
"@types/crypto-js": "^4.1.2",
"@types/file-saver": "^2.0.7",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-react": "^1.0.6",
"ajv": "^8.12.0",
"antd": "^4.24.4",
"axios": "^1.1.2",
"bytemd": "^1.21.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.10.6",
"devextreme": "^23.1.6",
"devextreme-react": "^23.1.6",
"emoji-mart": "^5.5.2",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"for-editor": "^0.3.5",
"handsontable": "^14.0.0",
"html2canvas": "^1.4.1",
"jol-player": "^4.0.0",
"pako": "^2.1.0",
"pinyin-pro": "^3.19.6",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.4.4",
"react-icons": "^5.0.1",
"react-infinite-scroll-component": "^6.1.0",
"react-office-viewer": "^1.0.4",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.2.0",
"react-to-print": "^2.15.1",
"react-use": "^17.4.0",
"styled-components": "^6.1.11",
"terser": "^5.15.1"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@types/babel__standalone": "^7.1.7",
"@types/lodash": "^4.14.198",
"@types/node": "^18.8.4",
"@types/qrcode": "^1.5.0",
"@types/react": "^18.2.34",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.6",
"@types/react-grid-layout": "^1.3.5",
"@types/react-router-config": "^5.0.3",
"@types/react-router-dom": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-react": "^4.1.1",
"autoprefixer": "^10.3.1",
"conventional-changelog-cli": "^2.1.1",
"csstype": "^3.1.2",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"less": "^4.1.1",
"less-vars-to-js": "^1.3.0",
"lint-staged": "^13.0.3",
"lodash": "^4.17.21",
"monaco-editor": "^0.47.0",
"postcss": "^8.3.6",
"pre-commit": "^1.2.2",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "4.4.4",
"vite": "^4.5.0",
"vite-aliases": "^0.11.3",
"vite-plugin-imp": "^2.4.0",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-style-import": "^2.0.0"
},
"type": "commonjs"
}
TypeScript
1
https://gitee.com/orginone/oiocns-react.git
git@gitee.com:orginone/oiocns-react.git
orginone
oiocns-react
oiocns-react
main

搜索帮助