lila/ui/insight/package.json

36 lines
754 B
JSON

{
"name": "insight",
"version": "2.0.0",
"private": true,
"description": "lichess.org chess insights",
"type": "module",
"module": "src/main.js",
"keywords": [
"chess",
"lichess",
"insight",
"analysis"
],
"author": "ornicar",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/cash": "8.0.0",
"@types/highcharts": "=4.2.57",
"@types/lichess": "2.0.0",
"@types/web": "=0.0.32",
"highcharts": "=4.2.5",
"rollup": "^2.56.2",
"typescript": "^4.4.3"
},
"dependencies": {
"common": "2.0.0",
"numeral": "^1.5",
"snabbdom": "^3.0.1"
},
"scripts": {
"dev": "rollup --config",
"prod": "rollup --config --config-prod"
}
}