-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
133 lines (133 loc) · 3.97 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "@mlz/pack",
"version": "1.4.0",
"description": "mlz-pack",
"main": "./src/index.js",
"bin": {
"mlz-pack": "./bin/mlz-pack"
},
"directories": {
"test": "test"
},
"scripts": {
"start": "node test/webpack/ts/serve.js",
"build": "node test/webpack/ts/build.js",
"test:webpack": "node test/webpack/index.js -t",
"test": "jest",
"test:watch": "jest -- --watch",
"test:smoke": "node test/smoke",
"commit": "git-cz",
"release": "standard-version",
"prepublishOnly": "npm run test"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -e $GIT_PARAMS",
"pre-commit": "lint-staged",
"pre-push": "npm run test && npm run test:webpack"
}
},
"lint-staged": {
"*.js": [
"eslint"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/juicecube/mlz-pack.git"
},
"keywords": [
"webpack"
],
"author": "juicecube",
"license": "MIT",
"bugs": {
"url": "https://github.com/juicecube/mlz-pack/issues"
},
"homepage": "https://github.com/juicecube/mlz-pack#readme",
"devDependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"@mlz/lint": "^1.1.8",
"@types/express": "^4.17.1",
"@types/react": "^16.9.11",
"@types/react-css-modules": "^4.6.2",
"@types/react-dom": "^16.9.4",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.0.2",
"eslint": "^6.6.0",
"glob-all": "^3.2.1",
"husky": "^3.0.5",
"jest": "^25.1.0",
"lint-staged": "^9.5.0",
"mocha": "^6.2.0",
"react": "^16.11.0",
"react-css-modules": "^4.7.11",
"react-dom": "^16.11.0",
"rimraf": "^3.0.0",
"standard-version": "^7.0.0",
"validate-commit-msg": "^2.14.0"
},
"dependencies": {
"@babel/core": "^7.14.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.7.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@mlz/babel-merge": "^2.0.2",
"@mlz/imagemin-mozjpeg": "^8.0.1",
"@mlz/imagemin-optipng": "^7.1.1",
"@mlz/imagemin-webpack": "^5.1.1",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
"@sentry/webpack-plugin": "^1.15.1",
"@svgr/webpack": "^4.3.3",
"autodll-webpack-plugin": "^0.4.2",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"babel-plugin-const-enum": "0.0.4",
"babel-plugin-import": "^1.12.2",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-react-css-modules": "^5.2.6",
"chalk": "^2.4.2",
"clean-webpack-plugin": "^3.0.0",
"code-inspector-plugin": "0.4.1",
"commander": "^3.0.1",
"copy-webpack-plugin": "^5.0.4",
"core-js": "^3.4.5",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"hard-source-webpack-plugin": "^0.13.1",
"html-webpack-plugin": "^4.3.0",
"lodash.merge": "^4.6.2",
"mini-css-extract-plugin": "^0.8.0",
"ncp": "^2.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-import-sync2": "1.1.0",
"postcss-loader": "^3.0.0",
"postcss-pxtorem": "^4.0.1",
"postcss-scss": "^2.0.0",
"progress-bar-webpack-plugin": "^1.12.1",
"react-refresh": "0.14.0",
"sass": "^1.24.2",
"sass-loader": "^8.0.0",
"speed-measure-webpack-plugin": "^1.3.1",
"style-loader": "1.0.0",
"terser-webpack-plugin": "^4.2.3",
"ts-loader": "^6.0.4",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript": "^3.6.2",
"url-loader": "^2.2.0",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^3.6.1",
"webpack-dev-server": "^3.9.0",
"webpack-merge": "^4.2.2",
"worker-loader": "^2.0.0"
}
}