lila/ui/notify/package.json

22 lines
452 B
JSON

{
"name": "notify",
"version": "2.0.0",
"private": true,
"description": "lichess.org notifications ui",
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"dependencies": {
"snabbdom": "^0.7.4"
},
"devDependencies": {
"@build/tsProject": "2.0.0",
"@build/cssProject": "2.0.0",
"@types/jquery": "^2.0",
"@types/lichess": "2.0.0"
},
"scripts": {
"dev": "gulp dev",
"prod": "gulp prod"
}
}