UNPKG

4.15 kBJSONView Raw
1{
2 "name": "ttk-app-core",
3 "version": "1.0.9",
4 "description": "enterprise develop framework",
5 "main": "index.js",
6 "scripts": {
7 "start": "cross-env NODE_ENV=production webpack-dev-server --inline --progress --colors --watch --compress --content-base ./dist --port 8082 --host 0.0.0.0",
8 "release": "rm -rf dist && cross-env NODE_ENV=production webpack --colors --display-error-details --config webpack.config.prd.js",
9 "build": "rm -rf dist && cross-env NODE_ENV=production webpack --colors --display-error-details --config webpack.config.prd.js",
10 "dll": "cross-env NODE_ENV=production webpack --config webpack.dll.js",
11 "stats": "webpack NODE_ENV=production -config webpack.config.prd.js --profile --json > stats.json",
12 "lint": "eslint apps",
13 "test": "echo \"Error: no test specified\" && exit 1"
14 },
15 "keywords": [
16 "react",
17 "reactjs",
18 "flux",
19 "redux",
20 "react-redux",
21 "antd",
22 "immutable"
23 ],
24 "author": "edf team",
25 "license": "MIT",
26 "babel": {
27 "presets": [
28 "es2015",
29 "react",
30 "stage-0"
31 ],
32 "plugins": [
33 "babel-plugin-transform-decorators-legacy",
34 [
35 "import",
36 {
37 "libraryName": "antd",
38 "style": true
39 }
40 ]
41 ]
42 },
43 "dependencies": {
44 "antd": "^3.3.0",
45 "babel-polyfill": "^6.26.0",
46 "classnames": "^2.2.5",
47 "console-polyfill": "^0.3.0",
48 "echarts-for-react": "^2.0.8",
49 "es3ify-webpack-plugin-v2": "0.0.2",
50 "es5-shim": "^4.5.10",
51 "es6-promise": "^4.2.4",
52 "fastclick": "^1.0.6",
53 "fixed-data-table-2": "^0.8.11",
54 "history": "^4.7.2",
55 "html5shiv": "^3.7.3",
56 "immutable": "^3.8.2",
57 "lodash.debounce": "^4.0.8",
58 "lodash.isequal": "^4.5.0",
59 "md5": "^2.2.1",
60 "mk-rc-select": "^1.0.4",
61 "moment": "^2.21.0",
62 "omit.js": "^1.0.0",
63 "prop-types": "^15.6.0",
64 "raf": "^3.4.0",
65 "react": "^16.2.0",
66 "react-dom": "^16.2.0",
67 "react-json-tree": "^0.11.0",
68 "react-keydown": "^1.9.7",
69 "react-redux": "^5.0.7",
70 "react-resizable": "^1.7.5",
71 "react-viewer": "^2.3.5",
72 "redux": "^3.7.2",
73 "url-polyfill": "^1.0.11",
74 "whatwg-fetch": "^2.0.3"
75 },
76 "devDependencies": {
77 "babel-cli": "^6.26.0",
78 "babel-core": "^6.26.0",
79 "babel-eslint": "^8.2.2",
80 "babel-loader": "^7.1.4",
81 "babel-plugin-add-module-exports": "^0.2.1",
82 "babel-plugin-import": "^1.6.5",
83 "babel-plugin-transform-class-properties": "^6.24.1",
84 "babel-plugin-transform-decorators-legacy": "^1.3.4",
85 "babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
86 "babel-plugin-transform-es3-property-literals": "^6.22.0",
87 "babel-plugin-transform-object-assign": "^6.22.0",
88 "babel-plugin-transform-runtime": "^6.23.0",
89 "babel-preset-es2015": "^6.24.1",
90 "babel-preset-react": "^6.24.1",
91 "babel-preset-stage-0": "^6.24.1",
92 "babel-runtime": "^6.26.0",
93 "clean-webpack-plugin": "^0.1.18",
94 "copy-webpack-plugin": "^4.5.0",
95 "cross-env": "^5.1.3",
96 "css-loader": "^0.28.10",
97 "eslint": "^4.8.0",
98 "eslint-config-airbnb": "latest",
99 "eslint-plugin-babel": "^4.0.0",
100 "eslint-plugin-import": "^2.2.0",
101 "eslint-plugin-jsx-a11y": "^6.0.2",
102 "eslint-plugin-markdown": "^1.0.0-beta.7",
103 "eslint-plugin-react": "7.5.1",
104 "eslint-tinker": "^0.4.0",
105 "extract-text-webpack-plugin": "^3.0.2",
106 "file-loader": "^1.1.11",
107 "html-loader": "^0.5.5",
108 "html-webpack-plugin": "^3.0.6",
109 "less": "^2.7.3",
110 "less-loader": "^4.0.5",
111 "lodash-webpack-plugin": "^0.11.4",
112 "optimize-css-assets-webpack-plugin": "^3.2.0",
113 "sinamfe-marauder-debug": "^1.0.0",
114 "style-loader": "^0.20.3",
115 "url-loader": "^0.6.2",
116 "webpack": "^3.11.0",
117 "webpack-dev-server": "^2.11.1",
118 "webpack-merge": "^4.1.2",
119 "webpack-parallel-uglify-plugin": "^1.0.2"
120 },
121 "repository": {
122 "type": "git",
123 "url": "git+https://github.com/thethreekingdoms/ttk-app-core.git"
124 },
125 "bugs": {
126 "url": "https://github.com/thethreekingdoms/ttk-app-core/issues"
127 },
128 "homepage": "https://github.com/thethreekingdoms/ttk-app-core#readme"
129}