lila/ui/round/package.json

38 lines
874 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",
"@types/lichess": "2.0.0",
"@types/web": "=0.0.32",
"rollup": "^2.56.2",
"typescript": "^4.4.3"
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",
"chess": "2.0.0",
"chessground": "^8.1.7",
2019-09-17 15:09:06 -06:00
"common": "2.0.0",
"game": "2.0.0",
"nvui": "2.0.0",
"snabbdom": "^3.0.1"
},
"scripts": {
"dev": "rollup --config",
2020-09-05 05:40:01 -06:00
"prod": "rollup --config --config-prod",
"plugin-dev": "rollup --config --config-plugin",
"plugin-prod": "rollup --config --config-prod --config-plugin"
2017-04-24 06:57:06 -06:00
}
}