-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.29 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.29 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
{
"name": "@labkey/build",
"version": "9.1.0",
"description": "LabKey client-side build assets",
"files": [
"webpack/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/LabKey/labkey-ui-components.git"
},
"author": "LabKey",
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "~7.29.0",
"@babel/plugin-transform-class-properties": "~7.28.6",
"@babel/plugin-transform-object-rest-spread": "~7.28.6",
"@babel/preset-env": "~7.29.2",
"@babel/preset-react": "~7.28.5",
"@babel/preset-typescript": "~7.28.5",
"@pmmmwh/react-refresh-webpack-plugin": "~0.6.2",
"ajv": "~8.18.0",
"babel-loader": "~10.1.1",
"bootstrap-sass": "~3.4.3",
"copy-webpack-plugin": "~14.0.0",
"cross-env": "~10.1.0",
"css-loader": "~7.1.4",
"fork-ts-checker-webpack-plugin": "~9.1.0",
"html-webpack-plugin": "~5.6.5",
"mini-css-extract-plugin": "~2.10.1",
"react-refresh": "~0.18.0",
"resolve-url-loader": "~5.0.0",
"rimraf": "~6.1.3",
"sass": "~1.98.0",
"sass-loader": "~16.0.7",
"source-map-loader": "~5.0.0",
"style-loader": "~4.0.0",
"typescript": "~5.9.3",
"webpack": "~5.105.4",
"webpack-bundle-analyzer": "~5.3.0",
"webpack-cli": "~7.0.2",
"webpack-dev-server": "~5.2.3"
}
}