-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.81 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.81 KB
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
{
"name": "@weepower/cli",
"version": "1.1.4",
"description": "Global command line interface for Wee",
"bin": {
"wee": "bin/wee.js"
},
"preferGlobal": true,
"keywords": [
"cli",
"wee"
],
"repository": {
"type": "git",
"url": "git+https://github.com/weepower/wee-cli.git"
},
"author": "Lewis Communications",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/weepower/wee-cli/issues"
},
"homepage": "https://github.com/weepower/wee-cli#readme",
"dependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/runtime": "^7.4.5",
"@hapi/joi": "^15.0.3",
"autoprefixer": "^9.6.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"babel-plugin-minify-dead-code-elimination": "^0.5.0",
"babel-plugin-minify-mangle-names": "^0.5.0",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"chalk": "^2.4.2",
"cliui": "^5.0.0",
"commander": "^2.20.0",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^3.0.0",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"deep-extend": "^0.6.0",
"eslint": "^6.0.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-vue": "^5.2.2",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^8.0.1",
"glob": "^7.1.4",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-webpack-plugin": "^2.4.2",
"inquirer": "^6.4.1",
"lodash.defaultsdeep": "^4.6.0",
"mini-css-extract-plugin": "^0.7.0",
"minimist": "^1.2.0",
"node-sass": "^4.12.0",
"ora": "^3.4.0",
"postcss-loader": "^3.0.0",
"purgecss-webpack-plugin": "^1.5.0",
"read-pkg": "^5.1.1",
"readline": "^1.3.0",
"sass-loader": "^7.1.0",
"sass-resources-loader": "^2.0.1",
"string.prototype.padend": "^3.0.0",
"string.prototype.padstart": "^3.0.0",
"stylelint": "^10.1.0",
"stylelint-codeframe-formatter": "^1.0.4",
"stylelint-config-standard": "^18.3.0",
"stylelint-order": "^3.0.0",
"stylelint-webpack-plugin": "^0.10.5",
"suppress-chunks-webpack-plugin": "^1.0.5",
"trash": "^6.0.0",
"uglifyjs-webpack-plugin": "^1.3.0",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.35.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-chain": "^6.0.0",
"webpack-clean-obsolete-chunks": "^0.4.0",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-cli": "^3.3.4",
"webpack-manifest-plugin": "^2.0.4",
"webpack-merge": "^4.2.1",
"zlib": "^1.0.5"
}
}