-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
63 lines (63 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
60
61
62
63
{
"name": "@s-ui/bundler",
"version": "9.61.0",
"description": "Config-free bundler for ES6 React apps.",
"bin": {
"sui-bundler": "./bin/sui-bundler.js"
},
"main": "./bin/sui-bundler.js",
"scripts": {
"postinstall": "node ./scripts/postinstall.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/SUI-Components/sui.git"
},
"bugs": {
"url": "https://github.com/SUI-Components/sui/issues"
},
"homepage": "https://github.com/SUI-Components/sui/tree/master/packages/sui-bundler#readme",
"dependencies": {
"@babel/core": "7.21.8",
"@builder.io/react-hydration-overlay": "0.0.8",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@s-ui/compiler-config": "1",
"@s-ui/helpers": "1",
"@s-ui/sass-loader": "1",
"@swc/core": "1.3.14",
"@swc/helpers": "0.4.12",
"address": "1.2.2",
"autoprefixer": "10.4.8",
"babel-loader": "8.3.0",
"babel-preset-sui": "3",
"buffer": "6.0.3",
"commander": "8.3.0",
"css-loader": "6.7.1",
"css-minimizer-webpack-plugin": "4.0.0",
"esbuild": "0.15.5",
"escape-string-regexp": "4.0.0",
"fast-glob": "3.2.12",
"find-free-ports": "3.0.0",
"html-webpack-inject-attributes-plugin": "1.0.6",
"html-webpack-plugin": "5.5.0",
"https-browserify": "1.0.0",
"mini-css-extract-plugin": "2.7.7",
"postcss-loader": "7.3.4",
"postcss": "8.4.31",
"process": "0.11.10",
"react-refresh": "0.14.0",
"sass": "1.54.5",
"stream-http": "3.2.0",
"strip-ansi": "6.0.1",
"style-loader": "3.3.1",
"swc-loader": "0.2.1",
"url": "0.11.0",
"webpack-dev-server": "4.15.2",
"webpack-manifest-plugin": "5.0.0",
"webpack-node-externals": "3.0.0",
"webpack": "5.82.1"
}
}