-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
166 lines (166 loc) · 6.4 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
158
159
160
161
162
163
164
165
166
{
"name": "@ali/webpackcc",
"version": "2.1.13",
"description": "",
"main": "index.js",
"publishConfig": {
"registry": "http://registry.npm.alibaba-inc.com"
},
"scripts": {
"clean": "rimraf lib",
"build": "npm run clean && babel src --out-dir lib",
"release:major": "npm version prerelease && git push --follow-tags && npm publish --tag beta",
"release:minor": "npm version prerelease && git push --follow-tags && npm publish --tag beta",
"release:patch": "npm version prerelease && git push --follow-tags && npm publish --tag beta",
"watch": "babel src --out-dir lib -w",
"test": "wcf --dev --devServer --htmlTemplate ./test/index.html --config ./webpack.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liangklfangl/wcf.git"
},
"bin": {
"wcf": "./bin/wcf"
},
"entry": {
"index": "./test/typescript.test.tsx"
},
"files": [
"bin",
"lib",
"test"
],
"author": "liangklfangl",
"license": "ISC",
"bugs": {
"url": "https://github.com/liangklfangl/wcf/issues"
},
"babel": {
"presets": [
"es2015-ie",
"stage-0"
],
"plugins": [
"add-module-exports"
]
},
"dependencies": {
"autoprefixer": "^6.7.3",
"babel-cli": "^6.23.0",
"babel-core": "^6.7.4",
"babel-generator": "^6.21.0",
"babel-loader": "^7.1.1",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-plugin-add-module-exports": "^0.1.4",
"babel-plugin-check-es2015-constants": "^6.22.0",
"babel-plugin-import": "^1.6.0",
"babel-plugin-minify-dead-code-elimination": "^0.2.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-syntax-async-generators": "^6.13.0",
"babel-plugin-syntax-class-constructor-call": "^6.18.0",
"babel-plugin-syntax-class-properties": "^6.13.0",
"babel-plugin-syntax-decorators": "^6.13.0",
"babel-plugin-syntax-do-expressions": "^6.13.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-syntax-exponentiation-operator": "^6.13.0",
"babel-plugin-syntax-export-extensions": "^6.13.0",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-syntax-function-bind": "^6.13.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
"babel-plugin-transform-async-generator-functions": "^6.24.1",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-class-constructor-call": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
"babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-plugin-transform-es2015-sticky-regex": "^6.24.1",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-plugin-transform-es2015-typeof-symbol": "^6.23.0",
"babel-plugin-transform-es2015-unicode-regex": "^6.24.1",
"babel-plugin-transform-exponentiation-operator": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-proto-to-assign": "^6.26.0",
"babel-plugin-transform-react-display-name": "^6.25.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-strict-mode": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-ie": "^6.6.2",
"babel-preset-minify": "^0.2.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.26.0",
"babili-webpack-plugin": "^0.1.2",
"chalk": "^2.1.0",
"chokidar": "^1.6.1",
"commander": "^2.9.0",
"css-loader": "^0.26.1",
"dedupewebpackloader": "0.0.4",
"detect-port": "^1.2.1",
"dllplugindync": "^1.0.2",
"exist.js": "^0.3.0",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"file-loader": "^0.10.0",
"grob-files": "0.0.3",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"i": "^0.3.5",
"imagemin-webpack-plugin": "^1.4.4",
"json-loader": "^0.5.4",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"loader-utils": "^1.1.0",
"node-sass": "^4.10.0",
"npm": "^5.4.2",
"opn": "^4.0.2",
"portfinder": "^1.0.13",
"postcss": "^5.2.14",
"postcss-loader": "^1.3.1",
"precss": "^1.4.0",
"ramda": "^0.23.0",
"react-dev-utils": "^0.5.2",
"resolve": "^1.2.0",
"sass-loader": "^6.0.2",
"stats-webpack-plugin": "^0.4.3",
"strip-ansi": "^3.0.1",
"style-loader": "^0.13.1",
"svg-inline-loader": "^0.8.0",
"ts-import-plugin": "1.4.3",
"ts-loader": "^3.5.0",
"typescript": "^3.2.2",
"url-loader": "^0.5.7",
"wds-hack": "^1.0.1",
"webpack": "2.2.0",
"webpack-dashboard": "^0.3.0",
"webpack-dev-server": "^2.4.1",
"webpack-merge": "^3.0.0",
"webpack-sources": "^1.3.0"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-core": "^6.7.6",
"babel-eslint": "^6.1.2",
"babel-istanbul": "^0.7.0",
"babel-plugin-react-require": "^3.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babylon": "^6.18.0",
"jquery": "^3.1.1",
"jsonml-to-react-component": "^0.2.6",
"mark-twain": "^1.1.6",
"mustache": "^2.3.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"homepage": "https://github.com/liangklfangl/wcf#readme"
}