mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-12 00:23:48 +03:00
* fix React DevTools * bump DFL to fix Navigation * Bump DFL and add shims * fix shims not applying due to timing issue Co-authored-by: AAGaming <aa@mail.catvibers.me>
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "decky_frontend",
|
|
"version": "2.1.1",
|
|
"private": true,
|
|
"license": "GPLV2",
|
|
"scripts": {
|
|
"prepare": "cd .. && husky install frontend/.husky",
|
|
"build": "rollup -c",
|
|
"watch": "rollup -c -w",
|
|
"lint": "prettier -c src",
|
|
"format": "prettier -c src -w"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^21.1.0",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
"@rollup/plugin-replace": "^4.0.0",
|
|
"@rollup/plugin-typescript": "^8.3.3",
|
|
"@types/react": "16.14.0",
|
|
"@types/react-file-icon": "^1.0.1",
|
|
"@types/react-router": "5.1.18",
|
|
"@types/webpack": "^5.28.0",
|
|
"husky": "^8.0.1",
|
|
"import-sort-style-module": "^6.0.0",
|
|
"inquirer": "^8.2.4",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-import-sort": "^0.0.7",
|
|
"react": "16.14.0",
|
|
"react-dom": "16.14.0",
|
|
"rollup": "^2.76.0",
|
|
"rollup-plugin-delete": "^2.0.0",
|
|
"rollup-plugin-external-globals": "^0.6.1",
|
|
"rollup-plugin-polyfill-node": "^0.10.2",
|
|
"tslib": "^2.4.0",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"importSort": {
|
|
".js, .jsx, .ts, .tsx": {
|
|
"style": "module",
|
|
"parser": "typescript"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"decky-frontend-lib": "^3.18.8",
|
|
"react-file-icon": "^1.2.0",
|
|
"react-icons": "^4.4.0",
|
|
"react-markdown": "^8.0.3",
|
|
"remark-gfm": "^3.0.1"
|
|
}
|
|
}
|