190 lines
		
	
	
		
			7.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			190 lines
		
	
	
		
			7.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
| {
 | |
|     "name": "nc-multipage-demo",
 | |
|     "version": "1.0.0",
 | |
|     "description": "nc-multipage-demo",
 | |
|     "main": "index.js",
 | |
|     "scripts": {
 | |
|         "dev": "node --max_old_space_size=8192 node_modules/webpack-dev-server/bin/webpack-dev-server.js --progress --colors --config ./config/webpack.dev.config.js --env.mode=development",
 | |
|         "dev-m": "node --max_old_space_size=8192 node_modules/webpack-dev-server/bin/webpack-dev-server.js --progress --colors --config ./config/webpack.dev.config.js --env.mode=development --env.client=mobile",
 | |
|         "build": "node --max_old_space_size=8192 ./config/index.js production",
 | |
|         "test": "node --max_old_space_size=8192 ./config/index.js test",
 | |
|         "test-m": "node ./config/index.js test mobile",
 | |
|         "component": "webpack --progress --colors --config ./config/webpack.component.config.js --env.mode=prod",
 | |
|         "patch": "node --max_old_space_size=8192 ./config/patch.js",
 | |
|         "lint": "node ./config/lint.js",
 | |
|         "husky-prepare": "bash ./shell/husky-prepare.sh",
 | |
|         "watchdog-prepare": "bash ./shell/watchdog-prepare.sh",
 | |
|         "ncccli-prepare": "bash ./shell/ncccli-prepare.sh",
 | |
|         "code-brew": "node ./ncc-cli/bin/index.js compMeta -s './src/*/*/*/*/index.js'"
 | |
|     },
 | |
|     "author": "liyxt@yonyou.com",
 | |
|     "license": "MIT",
 | |
|     "devDependencies": {
 | |
|         "@antv/layout": "^0.1.31",
 | |
|         "@antv/x6": "^1.29.6",
 | |
|         "@babel/core": "^7.0.0",
 | |
|         "@babel/plugin-proposal-class-properties": "^7.0.0",
 | |
|         "@babel/plugin-proposal-decorators": "^7.14.5",
 | |
|         "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
 | |
|         "@babel/plugin-proposal-function-sent": "^7.0.0",
 | |
|         "@babel/plugin-proposal-json-strings": "^7.0.0",
 | |
|         "@babel/plugin-proposal-numeric-separator": "^7.0.0",
 | |
|         "@babel/plugin-proposal-throw-expressions": "^7.0.0",
 | |
|         "@babel/plugin-syntax-dynamic-import": "^7.0.0",
 | |
|         "@babel/plugin-syntax-import-meta": "^7.0.0",
 | |
|         "@babel/plugin-transform-flow-comments": "^7.22.10",
 | |
|         "@babel/polyfill": "^7.0.0",
 | |
|         "@babel/preset-env": "^7.0.0",
 | |
|         "@babel/preset-react": "^7.0.0",
 | |
|         "@babel/register": "^7.22.5",
 | |
|         "@commitlint/cli": "^16.2.3",
 | |
|         "@commitlint/config-conventional": "^16.2.1",
 | |
|         "ajv": "^6.0.0",
 | |
|         "autoprefixer": "^7.1.2",
 | |
|         "babel-eslint": "^10.1.0",
 | |
|         "babel-loader": "^8.0.0",
 | |
|         "babel-plugin-import": "^1.6.7",
 | |
|         "babel-plugin-import-bee": "^1.0.2",
 | |
|         "clean-webpack-plugin": "^3.0.0",
 | |
|         "commitizen": "^4.2.4",
 | |
|         "commitlint-config-cz": "^0.13.3",
 | |
|         "copy-webpack-plugin": "^4.5.1",
 | |
|         "css-loader": "^0.28.3",
 | |
|         "cssnano": "^4.0.0-rc.1",
 | |
|         "cz-conventional-changelog": "^3.3.0",
 | |
|         "cz-customizable": "^6.3.0",
 | |
|         "eslint": "^7.32.0",
 | |
|         "eslint-config-standard": "^16.0.3",
 | |
|         "eslint-loader": "^4.0.2",
 | |
|         "eslint-plugin-babel": "^5.3.1",
 | |
|         "eslint-plugin-import": "^2.25.4",
 | |
|         "eslint-plugin-node": "^11.1.0",
 | |
|         "eslint-plugin-promise": "^6.0.0",
 | |
|         "eslint-plugin-react": "^7.28.0",
 | |
|         "eslint-plugin-sonarjs": "^0.13.0",
 | |
|         "eslint-plugin-standard": "^5.0.0",
 | |
|         "extract-text-webpack-plugin": "^4.0.0-beta.0",
 | |
|         "file-loader": "^1.1.11",
 | |
|         "glob": "^7.1.2",
 | |
|         "html-webpack-plugin": "3.2.0",
 | |
|         "husky": "^7.0.4",
 | |
|         "immutable": "^3.8.2",
 | |
|         "inquirer": "^8.2.4",
 | |
|         "less": "^2.7.2",
 | |
|         "less-loader": "^4.0.5",
 | |
|         "lint-staged": "^12.3.7",
 | |
|         "open-browser-webpack-plugin": "0.0.5",
 | |
|         "postcss-loader": "^4.0.0",
 | |
|         "react-router-dom": "4.2.2",
 | |
|         "style-loader": "^0.18.1",
 | |
|         "terser-webpack-plugin": "^2.0.1",
 | |
|         "url-loader": "^0.5.8",
 | |
|         "webpack": "^4.2.0",
 | |
|         "webpack-cli": "3.1.1",
 | |
|         "webpack-dev-server": "^3.1.1",
 | |
|         "webpack-hot-middleware": "^2.18.0",
 | |
|         "webpack-merge": "^4.1.2",
 | |
|         "webpack-visualizer-plugin": "^0.1.11"
 | |
|     },
 | |
|     "dependencies": {
 | |
|         "@antv/g2": "^4.1.50",
 | |
|         "@antv/g6": "^4.3.2",
 | |
|         "@antv/g6-plugins": "^1.0.9",
 | |
|         "@antv/x6-react-shape": "^1.4.5",
 | |
|         "@dnd-kit/core": "^6.0.8",
 | |
|         "@dnd-kit/modifiers": "^6.0.1",
 | |
|         "@dnd-kit/sortable": "^7.0.2",
 | |
|         "@handsontable/react": "3.0.0",
 | |
|         "@reduxjs/toolkit": "^1.9.5",
 | |
|         "ac-qrcodes": "0.0.2",
 | |
|         "antd-mobile": "^2.2.14",
 | |
|         "babel-plugin-jsx-control-statements": "^4.0.0",
 | |
|         "bee-affix": "^1.0.4",
 | |
|         "bee-calendar": "^2.1.3",
 | |
|         "bee-carousel": "^1.0.2",
 | |
|         "bee-cascader": "^2.1.8",
 | |
|         "bee-complex-grid": "2.1.4",
 | |
|         "bee-table": "2.3.18",
 | |
|         "bee-timeline": "^2.0.2",
 | |
|         "bignumber.js": "^9.0.1",
 | |
|         "braft-editor": "^2.3.7",
 | |
|         "braft-utils": "^3.0.12",
 | |
|         "bundle-loader": "^0.5.6",
 | |
|         "classnames": "^2.2.6",
 | |
|         "codemirror": "^5.65.0",
 | |
|         "crypto-js": "^3.1.9-1",
 | |
|         "d3": "^7.8.5",
 | |
|         "d3-tip": "^0.9.1",
 | |
|         "dom-helpers": "^3.3.1",
 | |
|         "draftjs-utils": "^0.9.4",
 | |
|         "echarts": "4.5.0",
 | |
|         "echarts-for-react": "^2.0.15-beta.1",
 | |
|         "esri-loader": "^3.3.0",
 | |
|         "fast-equals": "^5.0.1",
 | |
|         "handsontable": "7.4.0",
 | |
|         "html2canvas": "^1.4.1",
 | |
|         "immutability-helper": "^2.9.0",
 | |
|         "intro.js": "^2.9.3",
 | |
|         "jquery": "^3.3.1",
 | |
|         "lodash": "^4.17.21",
 | |
|         "lunar-javascript": "^1.6.7",
 | |
|         "md5": "^2.2.1",
 | |
|         "ml-matrix": "6.10.8",
 | |
|         "mobx": "^6.9.0",
 | |
|         "mobx-react": "^7.6.0",
 | |
|         "moment": "^2.22.2",
 | |
|         "monaco-editor": "^0.28.1",
 | |
|         "pdfjs-dist": "^2.0.943",
 | |
|         "postcss": "^7.0.32",
 | |
|         "postcss-prefix-selector": "^1.0.0",
 | |
|         "postcss-px-to-viewport": "^1.1.1",
 | |
|         "promise-polyfill": "^8.2.3",
 | |
|         "prop-types": "^15.6.0",
 | |
|         "pubsub-js": "^1.7.0",
 | |
|         "qrcode.react": "^0.9.3",
 | |
|         "rc-calendar": "^9.6.2",
 | |
|         "re-resizable": "6.0.0",
 | |
|         "react-beautiful-dnd": "^13.1.0",
 | |
|         "react-codemirror": "^1.0.0",
 | |
|         "react-codemirror2": "^7.2.1",
 | |
|         "react-color": "^2.18.0",
 | |
|         "react-copy-to-clipboard": "^5.0.3",
 | |
|         "react-dnd": "^2.6.0",
 | |
|         "react-dnd-html5-backend": "^2.6.0",
 | |
|         "react-flip-move": "^3.0.2",
 | |
|         "react-grid-layout": "1.3.4",
 | |
|         "react-handsontable": "^0.3.1",
 | |
|         "react-hotkeys": "^2.0.0",
 | |
|         "react-json-view": "1.21.3",
 | |
|         "react-logger": "^1.1.0",
 | |
|         "react-redux": "^7.2.6",
 | |
|         "react-rnd": "^9.0.4",
 | |
|         "react-router-cache-route": "^1.8.4",
 | |
|         "react-router-redux": "^4.0.8",
 | |
|         "react-syntax-highlighter": "^15.5.0",
 | |
|         "react-tagsinput": "^3.19.0",
 | |
|         "react-tiny-virtual-list": "^2.2.0",
 | |
|         "react-window": "^1.8.9",
 | |
|         "react-zmage": "^0.8.5",
 | |
|         "redux": "^4.1.2",
 | |
|         "redux-logger": "^3.0.6",
 | |
|         "redux-thunk": "^2.3.0",
 | |
|         "redux-undo": "^1.0.0",
 | |
|         "sortablejs": "^1.13.0",
 | |
|         "tinper-bee": "2.3.8",
 | |
|         "url": "^0.11.0",
 | |
|         "yazl": "^2.5.1"
 | |
|     },
 | |
|     "resolutions": {
 | |
|         "postcss": "7.0.32"
 | |
|     },
 | |
|     "config": {
 | |
|         "commitizen": {
 | |
|             "path": "../../node_modules/cz-customizable"
 | |
|         },
 | |
|         "cz-customizable": {
 | |
|             "path": "../../.cz-config.js"
 | |
|         }
 | |
|     }
 | |
| }
 |