-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.82 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.82 KB
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
{
"name": "@xh/hoist-dev-utils",
"version": "8.0.0-SNAPSHOT",
"description": "Utilities for configuring builds of Hoist-React client applications.",
"repository": "github:xh/hoist-dev-utils",
"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.22.1",
"@babel/plugin-proposal-decorators": "^7.22.3",
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"@babel/preset-typescript": "^7.22.5",
"@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.14",
"babel-loader": "~9.1.2",
"babel-plugin-transform-imports": "~2.0.0",
"case-sensitive-paths-webpack-plugin": "~2.4.0",
"changelog-parser": "~3.0.1",
"clean-webpack-plugin": "~4.0.0",
"copy-webpack-plugin": "~11.0.0",
"css-loader": "~6.8.1",
"file-loader": "~6.2.0",
"html-webpack-plugin": "~5.5.0",
"html-webpack-tags-plugin": "~3.0.2",
"lodash": "~4.17.21",
"mini-css-extract-plugin": "~2.7.5",
"postcss": "~8.4.21",
"postcss-flexbugs-fixes": "~5.0.2",
"postcss-loader": "~7.3.0",
"rimraf": "~4.4.0",
"sass": "~1.63.4",
"sass-loader": "~13.3.0",
"sass-material-colors": "~0.0.5",
"source-map-loader": "^4.0.1",
"style-loader": "~3.3.2",
"terser-webpack-plugin": "~5.3.7",
"url-loader": "~4.1.1",
"webpack": "~5.88.2",
"webpack-bundle-analyzer": "~4.9.0",
"webpack-cli": "~5.1.4",
"webpack-dev-server": "~4.15.0",
"webpackbar": "~5.0.2"
},
"devDependencies": {
"prettier": "3.x"
}
}