scrabble-solver
Version:
Scrabble Solver 2 - Free, open-source, cross-platform, multi-language analysis tool for Scrabble, Scrabble Duel, Super Scrabble, Letter League, Crossplay, Literaki, and Kelimelik. Quickly find the top-scoring words using the given board and tiles.
75 lines (74 loc) • 2.37 kB
JSON
{
"name": "@scrabble-solver/scrabble-solver",
"version": "2.16.4",
"description": "Scrabble Solver 2 - App",
"repository": {
"type": "git",
"url": "git+https://github.com/kamilmielnik/scrabble-solver.git"
},
"author": {
"name": "Kamil Mielnik",
"email": "kamil@kamilmielnik.com",
"url": "https://kamilmielnik.com"
},
"license": "CC BY-NC-ND 4.0",
"bugs": {
"url": "https://github.com/kamilmielnik/scrabble-solver/issues"
},
"homepage": "https://scrabble-solver.org",
"scripts": {
"build": "env-cmd next build --webpack",
"clean": "rimraf .next/",
"debug": "NODE_OPTIONS='--inspect' next dev --webpack",
"dev": "env-cmd next dev --webpack",
"start": "env-cmd next start -p 3333",
"test": "bun test --timeout 180000 src",
"type-check": "tsgo --noEmit"
},
"dependencies": {
"@floating-ui/react": "^0.27.19",
"@kamilmielnik/trie": "^5.0.0",
"@reduxjs/toolkit": "^2.11.2",
"@scrabble-solver/configs": "^2.16.4",
"@scrabble-solver/constants": "^2.16.4",
"@scrabble-solver/dictionaries": "^2.16.4",
"@scrabble-solver/logger": "^2.16.4",
"@scrabble-solver/solver": "^2.16.4",
"@scrabble-solver/types": "^2.16.4",
"@scrabble-solver/word-definitions": "^2.16.4",
"classnames": "^2.5.1",
"env-cmd": "^11.0.0",
"include-media": "^2.0.0",
"include-media-query-builder": "^1.1.0",
"next": "^16.2.5",
"normalize.css": "^8.0.1",
"react": "^19.2.6",
"react-cool-onclickoutside": "^1.7.0",
"react-dom": "^19.2.6",
"react-highlight-words": "^0.21.0",
"react-modal": "^3.16.3",
"react-redux": "^9.2.0",
"react-window": "^2.2.7",
"redux-saga": "^1.4.2",
"store2": "^2.14.4",
"transliteration": "^2.6.1",
"use-debounce": "^10.1.1",
"workbox-expiration": "^7.4.1",
"workbox-precaching": "^7.4.1",
"workbox-routing": "^7.4.1",
"workbox-webpack-plugin": "^7.4.1",
"workbox-window": "^7.4.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-highlight-words": "^0.20.1",
"@types/react-modal": "^3.16.3",
"@types/react-portal": "^4.0.7",
"@types/react-redux": "^7.1.34",
"@types/redux": "^3.6.31",
"sass": "^1.99.0"
},
"gitHead": "1e2d1ad49a288d4a44196d8e3336740da132c637"
}