lila/ui/analyse/package.json

41 lines
915 B
JSON
Raw Normal View History

2014-10-27 04:10:41 -06:00
{
"name": "analyse",
2019-09-17 15:09:06 -06:00
"version": "2.0.0",
"private": true,
"description": "lichess.org analysis board",
2014-10-27 04:10:41 -06:00
"keywords": [
"chess",
"lichess",
"play",
2016-06-22 10:02:42 -06:00
"replay",
"analysis",
"study"
2014-10-27 04:10:41 -06:00
],
"author": "Thibault Duplessis",
2020-06-28 14:00:15 -06:00
"license": "AGPL-3.0-or-later",
2014-10-27 04:10:41 -06:00
"devDependencies": {
"@build/rollupProject": "2.0.0",
2019-09-17 15:09:06 -06:00
"@types/lichess": "2.0.0"
2014-10-27 04:10:41 -06:00
},
"dependencies": {
2020-01-02 08:25:05 -07:00
"@badrap/result": "^0.2.6",
2021-01-24 10:00:28 -07:00
"@yaireo/tagify": "^3.22.1",
2019-09-17 15:09:06 -06:00
"ceval": "2.0.0",
2017-11-30 08:37:17 -07:00
"chat": "2.0.0",
2019-09-17 15:09:06 -06:00
"chess": "2.0.0",
"chessground": "^7.11.1",
"chessops": "^0.8.1",
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",
2019-09-17 15:09:06 -06:00
"tree": "2.0.0"
},
"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"
2014-10-27 04:10:41 -06:00
}
}