lila/package.json

80 lines
1.6 KiB
JSON
Raw Normal View History

2015-03-12 04:31:56 -06:00
{
"name": "lila",
2019-09-17 15:09:06 -06:00
"version": "2.0.0",
"private": true,
2017-01-09 06:36:10 -07:00
"description": "lichess.org: the forever free, adless and open source chess server",
2015-03-12 04:31:56 -06:00
"repository": {
"type": "git",
"url": "https://github.com/ornicar/lila.git"
},
"keywords": [
2017-11-30 08:37:17 -07:00
"chess",
"lichess"
2015-03-12 04:31:56 -06:00
],
"author": "Thibault Duplessis and the gang",
2020-06-28 14:00:15 -06:00
"license": "AGPL-3.0-or-later",
2015-03-12 04:31:56 -06:00
"bugs": {
"url": "https://github.com/ornicar/lila/issues"
},
2017-10-22 16:45:53 -06:00
"homepage": "https://lichess.org",
"engines": {
"node": ">=10 <=16",
"yarn": "^1"
},
2017-10-22 16:45:53 -06:00
"dependencies": {
2021-08-22 09:21:01 -06:00
"prettier": "2.3.2",
2021-06-21 10:06:16 -06:00
"xml2js": "0.4.23"
2021-01-18 11:21:46 -07:00
},
2021-04-05 02:58:05 -06:00
"devDependencies": {
"@types/web": "=0.0.32",
2021-08-22 09:21:01 -06:00
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"eslint": "^7.32.0",
2021-07-04 03:24:25 -06:00
"eslint-config-prettier": "^8.1.0",
"typescript": "^4.4.3"
2021-04-05 02:58:05 -06:00
},
2021-01-18 11:21:46 -07:00
"scripts": {
"format": "prettier --write .",
2021-04-05 02:58:05 -06:00
"check-format": "prettier --check .",
"lint": "eslint . --ext .ts"
2017-11-30 08:37:17 -07:00
},
"workspaces": [
"ui",
2017-11-30 08:37:17 -07:00
"ui/analyse",
"ui/ceval",
"ui/challenge",
"ui/chat",
"ui/chess",
"ui/cli",
"ui/common",
"ui/dasher",
"ui/editor",
"ui/game",
2019-01-23 08:16:43 -07:00
"ui/nvui",
"ui/speech",
2019-08-02 17:03:49 -06:00
"ui/palantir",
2017-11-30 08:37:17 -07:00
"ui/insight",
"ui/learn",
"ui/lobby",
"ui/notify",
"ui/puzzle",
"ui/round",
2019-09-17 11:59:50 -06:00
"ui/serviceWorker",
2017-11-30 08:37:17 -07:00
"ui/simul",
"ui/site",
2020-07-01 02:22:42 -06:00
"ui/swiss",
2017-11-30 08:37:17 -07:00
"ui/tournament",
"ui/tournamentSchedule",
2017-12-11 08:51:09 -07:00
"ui/tournamentCalendar",
2017-11-30 08:37:17 -07:00
"ui/tree",
2020-01-24 15:48:23 -07:00
"ui/msg",
2020-09-21 08:35:32 -06:00
"ui/dgt",
2021-03-03 04:48:32 -07:00
"ui/puz",
2021-01-22 11:37:49 -07:00
"ui/storm",
2021-03-04 04:41:21 -07:00
"ui/racer",
"ui/@build/rollupProject",
2020-09-09 08:06:51 -06:00
"ui/@types/lichess",
"ui/@types/cash"
2017-11-30 08:37:17 -07:00
]
2015-03-12 04:31:56 -06:00
}