forked from ecnepsnai/p3u
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.53 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": "p3u",
"version": "1.0.5",
"description": "An electron app to download update packages for PS3 games",
"main": "dist/main.js",
"author": "Ian Spence <ian@ecn.io>",
"license": "ISC",
"dependencies": {
"@fontsource/fira-sans": "^4.5.8",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"electron": "19.0.4",
"electron-squirrel-startup": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@marshallofsound/webpack-asset-relocator-loader": "^0.5.0",
"@types/prop-types": "^15.7.5",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/react-router-dom": "^5.3.3",
"@types/xml2js": "^0.4.11",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"electron-installer-dmg": "^4.0.0",
"electron-packager": "^15.5.1",
"electron-winstaller": "^5.0.0",
"eslint": "^8.17.0",
"eslint-plugin-react": "^7.30.0",
"eslint-webpack-plugin": "^3.1.1",
"html-loader": "^3.1.2",
"html-webpack-plugin": "^5.5.0",
"prop-types": "^15.8.1",
"sass": "^1.52.3",
"sass-loader": "^13.0.0",
"source-map-loader": "^4.0.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.0",
"typescript": "^4.7.3",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
}
}