-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.51 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
{
"name": "webpackrc-cfg",
"version": "1.1.22",
"description": "",
"main": "./lib/index.js",
"scripts": {
"build": "rimraf lib && babel src --out-dir lib",
"test": "npm run build && cross-env NODE_ENV=test nyc mocha --no-timeouts test/**/*-test.js"
},
"author": "alfred.qiu",
"license": "MIT",
"nyc": {
"include": [
"src/**/*.js"
],
"require": [
"babel-register"
],
"sourceMap": true,
"instrument": false
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"cross-env": "^5.0.5",
"expect": "^21.2.1",
"glob": "^7.1.2",
"mocha": "^5.2.0",
"nyc": "^11.2.1",
"rimraf": "^2.6.2"
},
"dependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.2",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.1.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime-corejs2": "^7.1.2",
"autoprefixer": "^9.1.5",
"awesome-typescript-loader": "^5.2.1",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.2",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-import": "^1.9.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"cross-spawn": "^6.0.5",
"css-loader": "^1.0.0",
"csv-loader": "^3.0.2",
"debug": "^4.0.1",
"eslint": "^5.10.0",
"eslint-config-react-app": "^3.0.5",
"eslint-loader": "^2.1.1",
"eslint-plugin-flowtype": "^2.50.3",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"file-loader": "^2.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"json-loader": "^0.5.7",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.4",
"npm-install-webpack-plugin": "^4.0.5",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"os": "^0.1.1",
"papaparse": "^4.6.2",
"postcss-loader": "^2.0.6",
"raw-loader": "^0.5.1",
"react-dev-utils": "^5.0.3",
"style-loader": "^0.23.0",
"svg-sprite-loader": "^4.1.1",
"ts-loader": "^5.2.1",
"typescript": "^3.0.3",
"uglifyjs-webpack-plugin": "^2.0.1",
"url-loader": "^1.1.1",
"vmodule-webpack-plugin": "^1.0.9",
"vue-loader": "^15.4.2",
"webpack": "^4.27.1",
"webpack-visualizer-plugin": "^0.1.11",
"webpackbar": "^3.1.4",
"xml-loader": "^1.2.1"
}
}