lila/ui/round/package.json

32 lines
599 B
JSON
Raw Normal View History

2017-04-24 06:57:06 -06:00
{
"name": "round",
2019-09-17 15:09:06 -06:00
"version": "2.0.0",
"private": true,
2017-04-24 06:57:06 -06:00
"description": "lichess.org round",
"keywords": [
"chess",
"lichess",
"play",
"replay"
],
"author": "Thibault Duplessis",
2020-06-28 14:00:15 -06:00
"license": "AGPL-3.0-or-later",
2017-04-24 06:57:06 -06:00
"devDependencies": {
2019-09-17 15:09:06 -06:00
"@build/tsProject": "2.0.0",
"@build/tsPlugins": "2.0.0",
"@types/lichess": "2.0.0"
2017-04-24 06:57:06 -06:00
},
"dependencies": {
2017-11-30 08:37:17 -07:00
"chat": "2.0.0",
"chessground": "^7.7.2",
2019-09-17 15:09:06 -06:00
"common": "2.0.0",
"game": "2.0.0",
"nvui": "2.0.0",
2020-06-28 06:46:56 -06:00
"snabbdom": "^0.7.4"
},
"scripts": {
"dev": "gulp dev",
"prod": "gulp prod"
2017-04-24 06:57:06 -06:00
}
}