UNPKG

ttk-app-core

Version:
165 lines 6.7 kB
{ "name": "ttk-app-core", "version": "2.1.14", "description": "enterprise develop framework", "main": "index.js", "scripts": { "start": "cross-env NODE_ENV=production webpack-dev-server --inline --progress --colors --watch --compress --content-base ./dist --port 8081 --host 0.0.0.0", "release": "cross-env NODE_ENV=single npm run build && npm run css && npm run modules && npm run merge:manifest", "packmodule": "cross-env NODE_ENV=production webpack --progress --colors --display-error-details --config webpack.config.prd.js && cross-env NODE_ENV=production webpack --progress --colors --display-error-details --config webpack.splitcss.js", "build": "cross-env NODE_ENV=production NODE_ENV=single webpack --progress --colors --display-error-details --config webpack.config.prd.js", "build-nohash": "cross-env NODE_ENV=production webpack --progress --colors --display-error-details --config webpack.config.nohash.prd.js", "splitcss": "cross-env NODE_ENV=production webpack --progress --colors --display-error-details --config webpack.splitcss.js", "splitcss-nohash": "cross-env NODE_ENV=production webpack --progress --colors --display-error-details --config webpack.nohash.splitcss.js", "dll": "cross-env NODE_ENV=production webpack --config webpack.dll.js", "module": "cross-env NODE_ENV=production webpack --progress --colors --display-error-details --config webpack.config.module.js", "module:cli": "npm run build && npm run css && npm run css --split", "modules": "npm run module --edf && npm run module --test", "modules:all": "npm run module:cli && npm run modules && node createManifest.js", "merge:manifest": "node createManifest.js", "css": "cross-env NODE_ENV=production NODE_ENV=single webpack --progress --config webpack.config.css.prd.js", "stats": "webpack NODE_ENV=production -config webpack.config.prd.js --profile --json > stats.json", "single": "cross-env NODE_ENV=production webpack-dev-server --inline --progress --colors --watch --compress --content-base ./dist --port 8081 --host 0.0.0.0 --config webpackSingleApp/webpack.config.single.js", "singleBuild": "cross-env NODE_ENV=single webpack --progress --colors --display-error-details --config webpack.config.prd.js", "singleCss": "cross-env NODE_ENV=single webpack --progress --config webpack.config.css.prd.js", "singleStatic": "npm run singleBuild && npm run singleCss && npm run modules && npm run merge:manifest", "less": "lessc --clean-css ./assets/styles/ie.less ./vendor/ie.css", "help": "echo \" edf(系统管理) ba(基础档案) \r\n***********按模块打包使用方式:如 npm run start --arg=\"edf\" " }, "keywords": [ "react", "reactjs", "flux", "redux", "react-redux", "antd", "immutable" ], "author": "edf team", "license": "MIT", "babel": { "presets": [ "es2015", "react", "stage-0" ], "plugins": [ "babel-plugin-transform-decorators-legacy", [ "import", { "libraryName": "antd", "style": true } ] ] }, "dependencies": { "antd": "3.6.6", "babel-polyfill": "6.26.0", "babel-standalone": "6.26.0", "classnames": "2.2.5", "console-polyfill": "0.3.0", "core-js": "2.5.7", "draftjs-to-html": "0.8.4", "echarts-for-react": "2.0.8", "es3ify-webpack-plugin-v2": "0.0.2", "es5-shim": "4.5.10", "es6-promise": "4.2.4", "event-source-polyfill": "0.0.12", "fastclick": "1.0.6", "fetch-ie8": "1.5.0", "fetch-jsonp": "1.1.3", "fixed-data-table-2": "0.8.11", "history": "4.7.2", "html-to-draftjs": "1.4.0", "html2json-loader": "0.0.1", "html5shiv": "3.7.3", "immutable": "3.8.2", "lodash.clonedeep": "4.5.0", "lodash.debounce": "4.0.8", "lodash.isequal": "4.5.0", "maka-fixed-data-table": "^1.0.2", "md5": "2.2.1", "media-match": "2.0.3", "moment": "2.22.1", "omit.js": "1.0.0", "prop-types": "15.6.1", "raf": "3.4.0", "react": "16.7.0", "react-addons-shallow-compare": "15.6.2", "react-dom": "16.7.0", "react-draft-wysiwyg": "1.12.13", "react-json-tree": "0.11.0", "react-keydown": "1.9.7", "react-redux": "5.0.7", "react-resizable": "1.7.5", "react-viewer": "2.3.9", "redux": "3.7.2", "ttk-app-init-demo": "*", "ttk-rc-intro": "1.0.4", "ttk-rc-select": "1.0.9", "upath": "1.0.5", "url-polyfill": "1.0.13", "whatwg-fetch": "2.0.4" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^8.2.6", "babel-loader": "^7.1.4", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-import": "^1.6.7", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-es3-member-expression-literals": "^6.22.0", "babel-plugin-transform-es3-property-literals": "^6.22.0", "babel-plugin-transform-object-assign": "^6.22.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "babel-runtime": "^6.26.0", "clean-webpack-plugin": "^0.1.19", "copy-webpack-plugin": "^4.5.1", "cross-env": "^5.1.4", "css-loader": "^0.28.11", "css-split-webpack-plugin": "^0.2.5", "eslint": "^4.19.0", "eslint-config-airbnb": "^17.1.0", "eslint-plugin-babel": "^4.0.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-markdown": "^1.0.0-beta.8", "eslint-plugin-react": "7.5.1", "eslint-tinker": "^0.4.0", "etool-build": "^1.0.6", "express": "^4.16.3", "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^1.1.11", "happypack": "^5.0.0", "html-loader": "^0.5.5", "html-webpack-plugin": "^3.2.0", "http-proxy-middleware": "^0.19.0", "less": "^2.7.3", "less-loader": "^4.1.0", "lodash-webpack-plugin": "^0.11.5", "optimize-css-assets-webpack-plugin": "^3.2.0", "sinamfe-marauder-debug": "^1.0.0", "style-loader": "^0.20.3", "url-loader": "^0.6.2", "webpack": "^3.12.0", "webpack-dev-server": "^2.11.1", "webpack-manifest-plugin": "^2.0.2", "webpack-merge": "^4.1.4", "webpack-parallel-uglify-plugin": "^1.1.0" }, "repository": { "type": "git", "url": "git+https://github.com/thethreekingdoms/ttk-app-core.git" }, "bugs": { "url": "https://github.com/thethreekingdoms/ttk-app-core/issues" }, "homepage": "https://github.com/thethreekingdoms/ttk-app-core#readme" }