mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-13 04:05:04 +03:00
99b4b939bd
Co-authored-by: TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> Co-authored-by: WerWolv <werwolv98@gmail.com>
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "decky_frontend",
|
|
"version": "0.0.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.2",
|
|
"@types/react": "16.14.0",
|
|
"@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.6.2",
|
|
"prettier-plugin-import-sort": "^0.0.7",
|
|
"react": "16.14.0",
|
|
"react-dom": "16.14.0",
|
|
"rollup": "^2.75.6",
|
|
"tslib": "^2.4.0",
|
|
"typescript": "^4.7.3"
|
|
},
|
|
"importSort": {
|
|
".js, .jsx, .ts, .tsx": {
|
|
"style": "module",
|
|
"parser": "typescript"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"decky-frontend-lib": "^0.10.2",
|
|
"react-icons": "^4.4.0"
|
|
}
|
|
}
|