-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
76 lines (76 loc) · 2.06 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
{
"name": "lila-webpack-config",
"version": "1.0.2",
"description": "built-in webpack config generator for lila-webpack",
"main": "lib/index.js",
"author": "deepraining <[email protected]>",
"homepage": "https://github.com/deepraining/lila",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/deepraining/lila/tree/master/packages/lila-webpack-config",
"keywords": [
"web",
"build",
"tool",
"teamwork",
"babel",
"gulp",
"cli",
"task",
"stream"
],
"bugs": {
"url": "https://github.com/deepraining/lila/issues"
},
"readmeFilename": "README.md",
"files": [
"lib"
],
"scripts": {},
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-react-jsx": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.2.3",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.3.4",
"autoprefixer": "^9.4.5",
"babel-loader": "^8.0.5",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"lodash": "^4.17.11",
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"rd": "^2.0.1",
"sass": "^1.58.2",
"sass-loader": "^7.1.0",
"sass-resources-loader": "^2.1.0",
"speed-measure-webpack-plugin": "^1.2.5",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.1",
"url-loader": "^1.1.2",
"vue-loader": "^15.5.1",
"vue-template-compiler": "^2.5.22",
"webpack-merge": "^4.2.1",
"webpackbar": "^3.1.5"
},
"devDependencies": {
"webpack": "^4.28.4",
"webpack-hot-middleware": "^2.24.3"
},
"engines": {
"node": ">=8.0.0"
}
}