lila/ui/site/package.json
2020-01-16 00:22:19 +01:00

31 lines
695 B
JSON

{
"name": "site",
"version": "2.0.0",
"private": true,
"description": "lichess.org website",
"author": "Thibault Duplessis",
"license": "AGPL-3.0",
"devDependencies": {
"@build/cssProject": "2.0.0",
"browserify": "^16",
"gulp": "^4",
"gulp-terser": "^1",
"gulp-size": "^3",
"gulp-concat": "^2.6",
"fancy-log": "^1",
"tsify": "^4.0.0",
"vinyl-source-stream": "^2",
"vinyl-buffer": "^1",
"watchify": "^3",
"request": "^2",
"gulp-download-stream": "^0.0",
"typescript": "^3"
},
"dependencies": {
"stockfish-mv.wasm": "^0.2.0",
"stockfish.js": "^10.0.2",
"stockfish.wasm": "^0.6.1",
"tablesort": "^5.1"
}
}