lila/ui/learn/package.json

28 lines
599 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",
"main": "src/main.js",
"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": {
2020-07-01 03:56:06 -06:00
"@build/rollupProject": "2.0.0"
2016-06-22 10:02:42 -06:00
},
"dependencies": {
"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
}
}