-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.21 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
{
"name": "@coco-platform/webpack-preset",
"version": "0.10.0",
"description": "A universal seed for nodejs usage.",
"main": "lib/index.js",
"engines": {
"node": ">=8.6.0"
},
"scripts": {
"precommit": "pretty-quick --staged",
"test": "jest --coverage",
"test:cov": "jest --watch"
},
"files": [
"lib",
"chain"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/coco-platform/webpack-preset.git"
},
"keywords": [
"nodejs",
"universal"
],
"author": "huang.jian <[email protected]>",
"contributors": [
{
"name": "huang.jian",
"email": "[email protected]"
},
{
"name": "yang.yuncai",
"email": "[email protected]"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/coco-platform/webpack-preset/issues"
},
"homepage": "https://github.com/coco-platform/webpack-preset#README",
"devDependencies": {
"eslint": "^5.5.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"husky": "^0.14.3",
"jest": "^23.5.0",
"npm-run-all": "^4.1.3",
"prettier": "^1.14.2",
"pretty-quick": "^1.6.0"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@coco-platform/webpack-plugin-html-minify": "^0.2.0",
"@coco-platform/webpack-plugin-inject-external": "^0.7.0",
"autoprefixer": "^9.1.3",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.0",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"compression-webpack-plugin": "^1.1.12",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"fork-ts-checker-webpack-plugin": "^0.4.9",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.2",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"progress-bar-webpack-plugin": "^1.11.0",
"style-loader": "^0.23.0",
"tslint": "^5.11.0",
"typescript": "^3.0.3",
"uglifyjs-webpack-plugin": "^1.3.0",
"url-loader": "^1.1.1",
"webpack": "^4.17.1",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-chain": "^5.0.1",
"webpack-plugin-inject-external": "^0.4.1"
}
}