lila/ui/learn/package.json

34 lines
767 B
JSON
Raw Normal View History

2016-06-22 10:02:42 -06:00
{
"name": "learn",
2019-09-17 15:09:06 -06:00
"version": "2.0.0",
"private": true,
2016-06-22 10:02:42 -06:00
"description": "lichess.org chess performance statistics",
"type": "module",
"module": "src/main.js",
2016-06-22 10:02:42 -06:00
"keywords": [
"chess",
"lichess",
"learn"
],
"author": "ornicar",
2020-06-28 14:00:15 -06:00
"license": "AGPL-3.0-or-later",
2016-06-22 10:02:42 -06:00
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/cash": "8.0.0",
"@types/lichess": "2.0.0",
"rollup": "^2.56.2",
"typescript": "^4.4.3"
2016-06-22 10:02:42 -06:00
},
"dependencies": {
2021-08-11 03:15:08 -06:00
"@types/chess.js": "=0.10.1",
"chess.js": "github:ornicar/chess.js#learn",
2019-05-29 03:52:48 -06:00
"chessground": "^4.4",
2019-09-17 15:09:06 -06:00
"common": "2.0.0",
2017-03-08 05:35:52 -07:00
"mithril": "github:ornicar/mithril.js#lila-1"
},
"scripts": {
2020-07-01 03:56:06 -06:00
"dev": "rollup --config",
"prod": "rollup --config --config-prod"
2016-06-22 10:02:42 -06:00
}
}