lila/ui/challenge/package.json

26 lines
574 B
JSON

{
"name": "challenge",
"version": "2.0.0",
"description": "lichess.org challenge UI",
"author": "Thibault Duplessis",
"license": "AGPL-3.0",
"dependencies": {
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
},
"devDependencies": {
"@types/jquery": "^2.0",
"@types/lichess": "1.0.0",
"browserify": "^16",
"fancy-log": "^1",
"gulp": "^4",
"gulp-size": "^3",
"gulp-uglify": "^3",
"tsify": "^4",
"typescript": "^3",
"uglify-js": "^3",
"vinyl-source-stream": "^2",
"vinyl-buffer": "^1",
"watchify": "^3"
}
}