ttk-app-core
Version:
enterprise develop framework
143 lines (142 loc) • 4.41 kB
JSON
{
"name": "website",
"version": "1.0.0",
"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 8000 --host 0.0.0.0",
"release:ie8": "etool-build --hash --config webpack.config.ie.js",
"splitcss": "cross-env NODE_ENV=production webpack --progress --colors --display-error-details --config webpack.splitcss.js",
"stats": "webpack NODE_ENV=production -config webpack.config.prd.js --profile --json > stats.json",
"lint": "eslint apps",
"test": "echo \"Error: no test specified\" && exit 1"
},
"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": "2.2.1",
"babel-polyfill": "6.26.0",
"babel-standalone": "6.26.0",
"classnames": "2.2.5",
"console-polyfill": "0.3.0",
"core-js": "2.5.7",
"echarts": "4.1.0",
"echarts-for-react": "2.0.8",
"es3ify-loader": "0.2.0",
"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",
"fixed-data-table-2": "0.8.11",
"history": "4.7.2",
"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": "0.14.x",
"react-addons-shallow-compare": "15.6.2",
"react-dom": "0.14.x",
"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": "1.0.0",
"ttk-rc-intro": "1.0.3",
"ttk-rc-select": "1.0.9",
"upath": "1.0.5",
"url-polyfill": "1.0.13",
"whatwg-fetch": "2.0.4",
"zrender": "4.0.4"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"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-es2015-loose": "^8.0.0",
"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",
"deasync": "^0.1.13",
"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.9.8",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.30.1",
"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",
"through2": "^2.0.3",
"url-loader": "^0.6.2",
"vinyl-fs": "^3.0.3",
"webpack": "^1.15.0",
"webpack-dev-server": "^1.15.0",
"webpack-manifest-plugin": "^2.0.2",
"webpack-merge": "^4.1.4",
"webpack-parallel-uglify-plugin": "^1.1.0"
}
}