Skip to content

Commit a055aca

Browse files
authored
fix: corrected package json broken by github
1 parent ab41b76 commit a055aca

1 file changed

Lines changed: 55 additions & 71 deletions

File tree

package.json

Lines changed: 55 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -22,75 +22,59 @@
2222
"library"
2323
],
2424
"contributors": [
25-
{
26-
"name": "Travis Lane (Tormak)",
27-
"email": "Tormak9970@gmail.com"
28-
},
29-
"repository": {
30-
"type": "git",
31-
"url": "git+https://github.com/Tormak9970/TabMaster.git"
32-
},
33-
"keywords": [
34-
"decky",
35-
"plugin",
36-
"steam-deck",
37-
"tabs",
38-
"library"
39-
],
40-
"contributors": [
41-
{
42-
"name": "Travis Lane (Tormak)",
43-
"email": "Tormak9970@gmail.com"
44-
},
45-
{
46-
"name": "Jesse Bofill"
47-
},
48-
{
49-
"name": "Kernel Panic",
50-
"email": "witherking@withertech.com"
51-
}
52-
],
53-
"license": "GPL-3",
54-
"bugs": {
55-
"url": "https://github.com/Tormak9970/TabMaster/issues"
56-
},
57-
"homepage": "https://github.com/Tormak9970/TabMaster#readme",
58-
"devDependencies": {
59-
"@commitlint/cli": "^17.8.1",
60-
"@commitlint/config-conventional": "^17.8.1",
61-
"@decky/api": "^1.1.2",
62-
"@decky/rollup": "^1.0.2",
63-
"@decky/ui": "4.12.0",
64-
"@rollup/plugin-node-resolve": "^13.3.0",
65-
"@types/lodash": "^4.17.19",
66-
"@types/markdown-it": "^12.2.3",
67-
"@types/react": "16.14.0",
68-
"@types/react-window": "^1.8.8",
69-
"@types/uuid": "^9.0.8",
70-
"@types/webpack": "^5.28.5",
71-
"husky": "^9.1.7",
72-
"markdown-it": "^13.0.2",
73-
"mobx": "^6.12.0",
74-
"rollup": "^4.22.5",
75-
"rollup-plugin-codegen": "^2.1.0",
76-
"rollup-plugin-polyfill-node": "^0.13.0",
77-
"shx": "^0.3.4",
78-
"tslib": "^2.6.1",
79-
"typescript": "^4.9.5"
80-
},
81-
"dependencies": {
82-
"@cebbinghaus/microsdeck": "0.11.0-67f2353",
83-
"react-icons": "^4.12.0",
84-
"react-virtualized-auto-sizer": "^1.0.26",
85-
"react-window": "^1.8.11",
86-
"uuid": "^9.0.1"
87-
},
88-
"pnpm": {
89-
"peerDependencyRules": {
90-
"ignoreMissing": [
91-
"react",
92-
"react-dom"
93-
]
94-
}
95-
}
25+
{
26+
"name": "Travis Lane (Tormak)",
27+
"email": "Tormak9970@gmail.com"
28+
},
29+
{
30+
"name": "Jesse Bofill"
31+
},
32+
{
33+
"name": "Kernel Panic",
34+
"email": "witherking@withertech.com"
35+
}
36+
],
37+
"license": "GPL-3",
38+
"bugs": {
39+
"url": "https://github.com/Tormak9970/TabMaster/issues"
40+
},
41+
"homepage": "https://github.com/Tormak9970/TabMaster#readme",
42+
"devDependencies": {
43+
"@commitlint/cli": "^17.8.1",
44+
"@commitlint/config-conventional": "^17.8.1",
45+
"@decky/api": "^1.1.2",
46+
"@decky/rollup": "^1.0.2",
47+
"@decky/ui": "4.12.0",
48+
"@rollup/plugin-node-resolve": "^13.3.0",
49+
"@types/lodash": "^4.17.19",
50+
"@types/markdown-it": "^12.2.3",
51+
"@types/react": "16.14.0",
52+
"@types/react-window": "^1.8.8",
53+
"@types/uuid": "^9.0.8",
54+
"@types/webpack": "^5.28.5",
55+
"husky": "^9.1.7",
56+
"markdown-it": "^13.0.2",
57+
"mobx": "^6.12.0",
58+
"rollup": "^4.22.5",
59+
"rollup-plugin-codegen": "^2.1.0",
60+
"rollup-plugin-polyfill-node": "^0.13.0",
61+
"shx": "^0.3.4",
62+
"tslib": "^2.6.1",
63+
"typescript": "^4.9.5"
64+
},
65+
"dependencies": {
66+
"@cebbinghaus/microsdeck": "0.11.0-67f2353",
67+
"react-icons": "^4.12.0",
68+
"react-virtualized-auto-sizer": "^1.0.26",
69+
"react-window": "^1.8.11",
70+
"uuid": "^9.0.1"
71+
},
72+
"pnpm": {
73+
"peerDependencyRules": {
74+
"ignoreMissing": [
75+
"react",
76+
"react-dom"
77+
]
78+
}
79+
}
9680
}

0 commit comments

Comments
 (0)