mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-07-12 22:29:10 -05:00
Some checks failed
Node.js CI / build (22.x) (push) Has been cancelled
- Default to "use Rewrite always"
- Improve arrow key nav
- Focusing News no longer breaks arrow key nav
- Focusing Rooms reliably focuses its search bar
- Shift+arrow doesn't lose focus when moving into/out-of mini-window
- Shift+arrows works without logging in
- Sharpen pixel art in teambuilder
- Support side servers
- Custom groups
- Local ladder
- Save autojoins no matter where they are
- Bump typescript-eslint version
- We can't bump it higher than 8.58.2 because of
https://github.com/typescript-eslint/typescript-eslint/issues/12277
- Match oldclient unlink behavior
- Don't allow clicking on the "Searching..."" button while searching
- Fix localhost.psim.us handling
- Improve /packhidden and /unpackhidden feedback
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"name": "pokemon-showdown-client",
|
|
"version": "0.11.2",
|
|
"author": "Guangcong Luo <guangcongluo@gmail.com> (http://guangcongluo.com)",
|
|
"homepage": "https://pokemonshowdown.com",
|
|
"license": "AGPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Zarel/Pokemon-Showdown-Client.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --cache --cache-location caches/eslintcache.json",
|
|
"test": "node build && echo \"tsc... \\c\" && tsc && echo \"DONE\neslint... \\c\" && eslint --cache --cache-location caches/eslintcache.json --max-warnings 0 && echo \"DONE\" && node --test test/*.js",
|
|
"fix": "eslint --cache --cache-location caches/eslintcache.json --fix",
|
|
"build": "node build",
|
|
"build-full": "node build full"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.26.10",
|
|
"@babel/plugin-transform-react-jsx": "^7.25.9",
|
|
"@babel/plugin-transform-strict-mode": "^7.25.9",
|
|
"@babel/preset-env": "^7.26.9",
|
|
"@babel/preset-typescript": "^7.27.0",
|
|
"babel-plugin-remove-import-export": "^1.1.1",
|
|
"google-auth-library": "^3.1.2",
|
|
"image-size": "^0.7.5"
|
|
},
|
|
"devDependencies": {
|
|
"@stylistic/eslint-plugin": "^4.0.1",
|
|
"@types/d3": "^3.5.53",
|
|
"@types/jquery": "^3.5.3",
|
|
"eslint": "^9.20.1",
|
|
"globals": "^16.0.0",
|
|
"preact": "^10.29.2",
|
|
"source-map": "^0.7.3",
|
|
"typescript": "^6.0.3",
|
|
"typescript-eslint": "~8.58.2"
|
|
},
|
|
"private": true
|
|
}
|