-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.31 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
{
"name": "beefweb-webui",
"version": "0.11.0",
"description": "Beefweb user interface",
"main": "src/index.js",
"type": "module",
"private": true,
"repository": "https://github.com/hyperblast/beefweb",
"author": "Hyperblast",
"license": "MIT",
"scripts": {
"build": "webpack-cli",
"watch": "webpack-cli --watch"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"detect-it": "^4.0.1",
"lodash": "^4.17.23",
"navigo": "^8.11.1",
"normalize.css": "^8.0.1",
"open-iconic": "^1.1.1",
"prop-types": "^15.8.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-modal": "^3.16.1",
"shallowequal": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.29.6",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^8.3.0",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^3.4.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"less": "^4.1.3",
"less-loader": "^10.2.0",
"mini-css-extract-plugin": "^2.7.2",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "5.3.6",
"url-loader": "^4.1.1",
"webpack": "^5.76.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^4.10.0"
}
}