forked from gbtami/pychess-variants
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "pychess-variants",
"version": "0.0.2",
"private": true,
"description": "Play different chess variants not available on lichess",
"main": "static/pychess-variants.js",
"author": "Bajusz Tamás",
"license": "AGPL-3.0",
"dependencies": {
"chessgroundx": "^7.6.41",
"ffish": "^0.4.6",
"ffish-es6": "^0.4.6",
"gettext.js": "^1.0.0",
"highcharts": "^7.2.1",
"howler": "^2.1.3",
"html-to-image": "^0.1.1",
"snabbdom": "^0.7",
"sockette": "^2.0"
},
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/mocha": "^8.0.1",
"browserify": "^16",
"chai": "^4.2.0",
"gulp": "^4",
"gulp-sourcemaps": "^2",
"gulp-typescript": "^3",
"gulp-util": "^3",
"jsdom": "10.0.0",
"jsdom-global": "3.0.2",
"mocha": "^8.1.0",
"po2json": "^0.4.5",
"showdown": "^1.9.1",
"ts-node": "^8.10.2",
"tsify": "^4",
"typescript": "^3",
"vinyl-buffer": "^1",
"vinyl-source-stream": "^2",
"watchify": "^3",
"yarn": "^1.17.3"
},
"scripts": {
"heroku-postbuild": "cp node_modules/ffish-es6/ffish.* static/ && gulp prod && ./md2html.sh",
"test": "mocha -r ts-node/register -r jsdom-global/register 'tests/**/*.test.ts'"
}
}