lila/ui/notify/package.json

22 lines
452 B
JSON
Raw Normal View History

{
2017-05-28 10:32:14 -06:00
"name": "notify",
"version": "2.0.0",
2019-09-17 15:09:06 -06:00
"private": true,
"description": "lichess.org notifications ui",
"author": "Thibault Duplessis",
2020-06-28 14:00:15 -06:00
"license": "AGPL-3.0-or-later",
"dependencies": {
2020-06-28 06:46:56 -06:00
"snabbdom": "^0.7.4"
},
"devDependencies": {
2019-09-17 15:09:06 -06:00
"@build/tsProject": "2.0.0",
"@build/cssProject": "2.0.0",
2017-03-03 05:11:04 -07:00
"@types/jquery": "^2.0",
2019-09-17 15:09:06 -06:00
"@types/lichess": "2.0.0"
},
"scripts": {
"dev": "gulp dev",
"prod": "gulp prod"
}
}