-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.64 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
58
59
60
{
"name": "rebuiltron",
"version": "6.3.4",
"author": "Arkellys",
"license": "MIT",
"bin": "bin/index.js",
"scripts": {
"lint": "eslint ."
},
"devDependencies": {
"eslint": "^10.4.0",
"eslint-config-arklint": "^5.0.3"
},
"dependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.2",
"@svgr/webpack": "^8.1.0",
"@swc/core": "^1.15.33",
"@swc/plugin-transform-imports": "^12.10.0",
"browserslist": "^4.28.2",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"copy-webpack-plugin": "^14.0.0",
"css-loader": "^7.1.4",
"css-minimizer-webpack-plugin": "^8.0.0",
"detect-port": "^2.1.0",
"fs-extra": "^11.3.5",
"html-webpack-plugin": "^5.6.7",
"lodash": "^4.18.1",
"mini-css-extract-plugin": "^2.10.2",
"postcss": "^8.5.15",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.2.1",
"postcss-normalize": "^13.0.1",
"postcss-preset-env": "^11.3.0",
"react-dev-utils": "^12.0.1",
"react-refresh": "^0.18.0",
"resolve-url-loader": "^5.0.0",
"sass-loader": "^17.0.0",
"source-map-loader": "^5.0.0",
"spinnies": "^0.5.1",
"style-loader": "^4.0.0",
"swc-loader": "^0.2.7",
"terser-webpack-plugin": "^5.6.0",
"webpack": "^5.107.1",
"webpack-dev-server": "^5.2.4"
},
"peerDependencies": {
"electron": ">=42.0.0",
"react": ">=19.0.0",
"react-dom": ">=19.0.0"
},
"eslintConfig": {
"extends": "arklint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arkellys/rebuiltron.git"
},
"homepage": "https://github.com/Arkellys/rebuiltron#readme",
"packageManager": "yarn@4.1.0"
}