-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
157 lines (157 loc) · 5.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "ttk-app-core",
"version": "3.4.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 8081 --host 0.0.0.0",
"release": "npm run build && npm run splitcss",
"build": "cross-env NODE_ENV=production webpack --progress --colors --display-error-details --config webpack.config.prd.js",
"css": "cross-env NODE_ENV=production webpack --progress --config webpack.config.css.prd.js",
"splitcss": "cross-env NODE_ENV=production webpack --progress --config webpack.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",
"modules": "npm run module --edf",
"modules:all": "npm run build && npm run css && npm run css --split && npm run modules && node createManifest.js",
"merge:manifest": "node createManifest.js",
"stats": "webpack NODE_ENV=production -config webpack.config.prd.js --profile --json > stats.json",
"less": "lessc --clean-css ./assets/styles/ie.less ./vendor/ie.css"
},
"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": {
"@ttk/component": "*",
"@ttk/utils": "*",
"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",
"fetch-ie8": "1.5.0",
"fixed-data-table-2": "1.0.2",
"html-to-draftjs": "1.4.0",
"html5shiv": "3.7.3",
"immutability-helper": "3.0.0",
"immutable": "3.8.2",
"lodash.clonedeep": "4.5.0",
"lodash.debounce": "4.0.8",
"lodash.isequal": "4.5.0",
"md5": "2.2.1",
"media-match": "2.0.3",
"mockjs": "^1.1.0",
"omit.js": "1.0.0",
"prop-types": "15.6.1",
"raf": "3.4.0",
"react": "16.8.6",
"react-addons-shallow-compare": "15.6.2",
"react-dnd": "3.0.2",
"react-dnd-html5-backend": "7.4.4",
"react-dom": "16.8.6",
"react-draft-wysiwyg": "1.12.13",
"react-json-tree": "0.11.0",
"react-keydown": "1.9.11",
"react-redux": "^7.1.3",
"react-resizable": "1.7.5",
"react-viewer": "2.3.9",
"redux": "^4.0.5",
"ttk-app-init-demo": "2.1.2",
"ttk-rc-intro": "1.0.4",
"ttk-rc-select": "1.0.9",
"url-polyfill": "1.0.13"
},
"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": "3.2.0",
"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": "4.0.0-beta.0",
"file-loader": "4.2.0",
"happypack": "5.0.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"http-proxy-middleware": "0.19.0",
"less": "3.9.0",
"less-loader": "5.0.0",
"lodash-webpack-plugin": "0.11.5",
"mini-css-extract-plugin": "0.8.0",
"optimize-css-assets-webpack-plugin": "3.2.0",
"sinamfe-marauder-debug": "1.0.0",
"style-loader": "1.0.0",
"uglifyjs-webpack-plugin": "2.2.0",
"url-loader": "2.1.0",
"webpack": "4.39.3",
"webpack-bundle-analyzer": "3.0.3",
"webpack-cli": "3.3.7",
"webpack-dev-server": "3.8.0",
"webpack-manifest-plugin": "2.0.2",
"webpack-merge": "4.1.4",
"webpack-parallel-uglify-plugin": "1.1.2"
},
"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"
}