2022-04-22 22:31:54 +02:00
|
|
|
{
|
|
|
|
|
"name": "decky-frontend-lib",
|
2023-08-09 22:23:32 +00:00
|
|
|
"version": "3.22.0",
|
2022-04-22 22:31:54 +02:00
|
|
|
"description": "A library for building decky plugins",
|
|
|
|
|
"main": "dist/index.js",
|
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
|
"module": "dist/index.js",
|
2022-06-29 11:50:20 -04:00
|
|
|
"sideEffects": false,
|
2022-04-22 22:31:54 +02:00
|
|
|
"scripts": {
|
|
|
|
|
"build": "shx rm -rf dist && tsc -b",
|
|
|
|
|
"dev": "tsc -b -w",
|
2023-02-04 16:55:52 -05:00
|
|
|
"docs": "typedoc --theme wiki-js --tsconfig ./tsconfig.json src/**/*",
|
2022-06-04 10:19:04 +02:00
|
|
|
"test": "echo 'No tests for now!'",
|
2022-06-08 09:59:05 +02:00
|
|
|
"prepare": "husky install",
|
2022-06-04 10:14:51 +02:00
|
|
|
"commit": "git-cz"
|
2022-04-22 22:31:54 +02:00
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"/lib",
|
|
|
|
|
"/src",
|
|
|
|
|
"/dist"
|
|
|
|
|
],
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/SteamDeckHomebrew/decky-frontend-lib.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"decky",
|
|
|
|
|
"steam-deck",
|
|
|
|
|
"steam",
|
|
|
|
|
"components"
|
|
|
|
|
],
|
|
|
|
|
"author": "Jonas Dellinger <jonas@dellinger.dev>",
|
2022-09-30 21:48:33 -07:00
|
|
|
"license": "LGPL-2.1",
|
2022-04-22 22:31:54 +02:00
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/SteamDeckHomebrew/decky-frontend-lib/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/SteamDeckHomebrew/decky-frontend-lib#readme",
|
2022-06-04 10:14:51 +02:00
|
|
|
"config": {
|
|
|
|
|
"commitizen": {
|
|
|
|
|
"path": "@commitlint/cz-commitlint"
|
|
|
|
|
}
|
|
|
|
|
},
|
2022-04-22 22:31:54 +02:00
|
|
|
"devDependencies": {
|
2022-06-04 10:44:01 +02:00
|
|
|
"@commitlint/cli": "^17.0.2",
|
2022-06-04 10:14:51 +02:00
|
|
|
"@commitlint/config-conventional": "^17.0.2",
|
|
|
|
|
"@commitlint/cz-commitlint": "^17.0.0",
|
|
|
|
|
"@semantic-release/changelog": "^6.0.1",
|
|
|
|
|
"@semantic-release/git": "^10.0.1",
|
2022-05-10 23:38:10 +02:00
|
|
|
"@types/jest": "^27.4.1",
|
2022-04-22 22:31:54 +02:00
|
|
|
"@types/react": "16.14.0",
|
2022-05-30 21:00:38 +02:00
|
|
|
"@types/react-router": "5.1.18",
|
2022-06-04 10:14:51 +02:00
|
|
|
"commitizen": "^4.2.4",
|
|
|
|
|
"husky": "^8.0.1",
|
2022-04-22 22:31:54 +02:00
|
|
|
"import-sort-style-module": "^6.0.0",
|
2022-05-10 23:38:10 +02:00
|
|
|
"jest": "^27.5.1",
|
2022-10-28 19:04:22 -04:00
|
|
|
"minimist": "^1.2.6",
|
2022-10-24 20:33:40 -04:00
|
|
|
"prettier": "^2.7.1",
|
2022-04-22 22:31:54 +02:00
|
|
|
"prettier-plugin-import-sort": "^0.0.7",
|
2022-08-10 15:40:40 -07:00
|
|
|
"semantic-release": "^19.0.3",
|
2022-04-22 22:31:54 +02:00
|
|
|
"shx": "^0.3.4",
|
2022-05-10 23:38:10 +02:00
|
|
|
"ts-jest": "^27.1.4",
|
2023-02-04 16:55:52 -05:00
|
|
|
"typedoc": "^0.23.24",
|
2022-10-02 12:22:58 -04:00
|
|
|
"typedoc-plugin-mdn-links": "^2.0.0",
|
|
|
|
|
"typedoc-plugin-missing-exports": "^1.0.0",
|
2023-02-04 19:45:51 -05:00
|
|
|
"typedoc-wikijs-theme": "^1.0.5",
|
2023-02-04 16:55:52 -05:00
|
|
|
"typescript": "^4.9.5"
|
2022-04-22 22:31:54 +02:00
|
|
|
},
|
2022-06-08 18:29:27 -04:00
|
|
|
"pnpm": {
|
2022-06-08 22:30:10 +00:00
|
|
|
"peerDependencyRules": {
|
|
|
|
|
"ignoreMissing": [
|
|
|
|
|
"react",
|
|
|
|
|
"react-dom"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
2022-04-22 22:31:54 +02:00
|
|
|
"importSort": {
|
|
|
|
|
".js, .jsx, .ts, .tsx": {
|
|
|
|
|
"style": "module",
|
|
|
|
|
"parser": "typescript"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|