lila/ui/insight/package.json

36 lines
754 B
JSON
Raw Normal View History

2015-07-24 15:40:50 -06:00
{
2015-11-26 21:05:59 -07:00
"name": "insight",
2019-09-17 15:09:06 -06:00
"version": "2.0.0",
"private": true,
2015-11-26 21:05:59 -07:00
"description": "lichess.org chess insights",
"type": "module",
"module": "src/main.js",
2015-07-24 15:40:50 -06:00
"keywords": [
"chess",
"lichess",
2015-11-26 21:05:59 -07:00
"insight",
2015-11-25 22:20:25 -07:00
"analysis"
2015-07-24 15:40:50 -06:00
],
"author": "ornicar",
2020-06-28 14:00:15 -06:00
"license": "AGPL-3.0-or-later",
2015-07-24 15:40:50 -06:00
"devDependencies": {
"@build/rollupProject": "2.0.0",
2021-08-22 17:32:36 -06:00
"@types/cash": "8.0.0",
2021-08-22 14:15:54 -06:00
"@types/highcharts": "=4.2.57",
"@types/lichess": "2.0.0",
"@types/web": "=0.0.32",
2021-08-22 13:08:22 -06:00
"highcharts": "=4.2.5",
"rollup": "^2.56.2",
"typescript": "^4.4.3"
2015-07-24 15:40:50 -06:00
},
"dependencies": {
2019-09-17 15:09:06 -06:00
"common": "2.0.0",
"numeral": "^1.5",
"snabbdom": "^3.0.1"
},
"scripts": {
2020-07-01 03:57:54 -06:00
"dev": "rollup --config",
"prod": "rollup --config --config-prod"
2015-07-24 15:40:50 -06:00
}
}