-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.07 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
{
"name": "@flumens/webpack-config",
"version": "5.5.0",
"description": "Webpack config",
"main": "index.js",
"scripts": {
"postpublish": "TAG_NAME=v\"$npm_package_version\" && git tag $TAG_NAME && git push origin \"$TAG_NAME\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@flumens/has-env": "1.0.0",
"@sentry/webpack-plugin": "^2.10.2",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"file-loader": "6.2.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.5.0",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^2.7.5",
"sass": "^1.60.0",
"po-loader": "^0.7.0",
"po2json": "1.0.0-beta-3",
"postcss-loader": "^7.1.0",
"sass-loader": "^13.2.1",
"string-replace-loader": "^3.1.0",
"unused-webpack-plugin": "^2.4.0",
"url-loader": "4.1.1",
"webpack-shell-plugin-next": "^2.3.1"
},
"peerDependencies": {
"postcss": ">=8.2",
"webpack": ">=5.30.0"
},
"author": "Flumens",
"license": "MIT"
}