lila/ui/analyse/package.json

50 lines
1.2 KiB
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",
2021-08-22 14:56:01 -06:00
"@types/debounce-promise": "^3.1.4",
2021-08-22 14:15:54 -06:00
"@types/highcharts": "=4.2.57",
2021-04-18 06:27:14 -06:00
"@types/lichess": "2.0.0",
"@types/web": "=0.0.32",
2021-09-08 14:25:39 -06:00
"@types/yaireo__tagify": "^4.7",
2021-08-22 14:15:54 -06:00
"highcharts": "=4.2.5",
"prop-types": "^15.7.2",
"rollup": "^2.56.2",
"typescript": "^4.4.3"
2014-10-27 04:10:41 -06:00
},
"dependencies": {
"@badrap/result": "^0.2",
2021-09-08 14:25:39 -06:00
"@yaireo/tagify": "^4.7",
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": "^8.1.7",
"chessops": "^0.10.0",
2019-09-17 15:09:06 -06:00
"common": "2.0.0",
2021-08-22 14:56:01 -06:00
"debounce-promise": "^3.1.2",
2019-09-17 15:09:06 -06:00
"game": "2.0.0",
"nvui": "2.0.0",
"snabbdom": "^3.0.1",
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
}
}