forked from EmuDeck/Emuchievements
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.8 KB
/
package.json
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "emuchievements",
"version": "2.1.5-0",
"description": "Plugin for viewing RetroAchievements progress. Part of the EmuDeck Project",
"scripts": {
"build": "shx rm -rf dist && rollup -c",
"dev": "shx rm -rf dist && RELEASE_TYPE=development rollup -c",
"watch": "rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EmuDeck/Emuchievements.git"
},
"keywords": [
"decky",
"plugin",
"steam-deck",
"deck",
"retroachievements",
"EmuDeck"
],
"author": "Witherking25 'Kernel Panic' <[email protected]>",
"license": "GPL-3",
"bugs": {
"url": "https://github.com/EmuDeck/Emuchievements/issues"
},
"homepage": "https://github.com/EmuDeck/Emuchievements#readme",
"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/bluebird": "^3.5.38",
"@types/lodash-es": "^4.14.184",
"@types/react": "16.14.0",
"@types/webpack": "^5.28.0",
"decky-frontend-lib": "3.24.4",
"mobx": "5",
"react-router": "^6.4.2",
"rollup": "^2.77.1",
"rollup-plugin-import-assets": "^1.1.1",
"rollup-sourcemap-path-transform": "^1.0.3",
"shx": "^0.3.4",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"typescript-plugin-css-modules": "^5.0.2"
},
"dependencies": {
"@retroachievements/api": "1.4.0",
"async-mutex": "^0.4.0",
"bluebird": "^3.7.2",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"react-icons": "^4.4.0",
"react-markdown": "^8.0.6",
"remark-gfm": "^3.0.1",
"throttled-queue": "^2.1.4"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"react",
"react-dom",
"decky-frontend-lib"
]
}
}
}