lila/ui/round/package.json

32 lines
765 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": {
"@build/rollupProject": "2.0.0",
2019-09-17 15:09:06 -06:00
"@types/lichess": "2.0.0"
2017-04-24 06:57:06 -06:00
},
"dependencies": {
2020-09-02 11:02:15 -06:00
"ab": "https://github.com/lichess-org/ab-stub",
2017-11-30 08:37:17 -07:00
"chat": "2.0.0",
2020-09-02 04:02:30 -06:00
"chessground": "^7.9.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": "rollup --config",
"prod": "rollup --config --config-prod && rollup --config --config-prod --config-plugin nvui && rollup --config --config-prod --config-plugin keyboardMove"
2017-04-24 06:57:06 -06:00
}
}