-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.83 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
{
"name": "@xh/hoist-dev-utils",
"version": "10.0.0-SNAPSHOT",
"description": "Utilities for configuring builds of Hoist-React client applications.",
"repository": {
"type": "git",
"url": "git+https://github.com/xh/hoist-dev-utils.git"
},
"homepage": "https://github.com/xh/hoist-dev-utils",
"bugs": "https://github.com/xh/hoist-dev-utils/issues",
"author": "Extremely Heavy Industries, Inc.",
"license": "Apache-2.0",
"files": [
"configureWebpack.js",
"static/**/*"
],
"dependencies": {
"@babel/core": "^7.24.0",
"@babel/plugin-proposal-decorators": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@cerner/duplicate-package-checker-webpack-plugin": "2.3.0",
"@types/lodash": "4.x",
"@types/react": "18.x",
"@xh/eslint-config": "^6.0",
"autoprefixer": "~10.4.18",
"babel-loader": "~9.1.3",
"babel-plugin-transform-imports": "~2.0.0",
"case-sensitive-paths-webpack-plugin": "~2.4.0",
"changelog-parser": "~3.0.1",
"copy-webpack-plugin": "~12.0.2",
"css-loader": "~7.1.2",
"file-loader": "~6.2.0",
"html-webpack-plugin": "~5.6.0",
"html-webpack-tags-plugin": "~3.0.2",
"lodash": "~4.17.21",
"mini-css-extract-plugin": "~2.9.0",
"postcss": "~8.4.35",
"postcss-flexbugs-fixes": "~5.0.2",
"postcss-loader": "~8.1.1",
"rimraf": "~5.0.5",
"sass": "~1.77.4",
"sass-loader": "~14.2.1",
"sass-material-colors": "~0.0.5",
"style-loader": "~4.0.0",
"terser-webpack-plugin": "~5.3.7",
"type-fest": "4.x",
"url-loader": "~4.1.1",
"webpack": "~5.93.0",
"webpack-bundle-analyzer": "~4.10.1",
"webpack-cli": "~5.1.4",
"webpack-dev-server": "~5.0.3",
"webpackbar": "~6.0.1"
},
"devDependencies": {
"prettier": "3.x"
}
}