-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
83 lines (83 loc) · 2.15 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
{
"name": "@talentui/webpack-config",
"version": "4.1.2-beta.8",
"main": "./src/index.js",
"author": {
"name": "Raymond Li",
"email": "[email protected]"
},
"scripts": {
"precm": "jest",
"test": "jest",
"cm": "git-cz",
"dev": "friendly=off webpack-dev-server --config ./example.config.js"
},
"maintainers": [
{
"name": "Li Guoming",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/talentui/webpack-config.git"
},
"engines": {
"node": ">=6.0.0"
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.0.0",
"@talentui/dll-parser": "^1.0.3",
"@talentui/get-babel-config": "^4.0.1",
"add-asset-html-webpack-plugin": "^2.1.3",
"babel-eslint": "^7.2.3",
"babel-loader": "^8.0.0",
"cache-loader": "^1.2.2",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^2.1.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-react": "^7.3.0",
"file-loader": "^3.0.1",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^3.2.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"react-dev-utils": "^5.0.0",
"style-loader": "^0.23.1",
"thread-loader": "^2.1.2",
"tslint-loader": "^3.5.3",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack-bundle-analyzer": "^3.2.0",
"webpackbar": "^3.1.5"
},
"devDependencies": {
"@talentui/cz-project-changelog": "^0.0.0-development",
"commitizen": "2.9.6",
"eslint": "^4.5.0",
"husky": "0.14.3",
"jest": "^23.4.2",
"tslint": "^5.6.0",
"webpack": "^4.19.1",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.3.0"
},
"peerDependencies": {
"eslint": "^4.5.0",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.5",
"tslint": "^5.6.0",
"typescript": "^2.6.1",
"webpack": "^4.8.3",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.4",
"core-js": "^2.5.7"
},
"config": {
"commitizen": {
"path": "./node_modules/@talentui/cz-project-changelog"
}
}
}