-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.19 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
47
48
49
50
51
52
53
{
"name": "@dbosst/gameclock",
"description": "a digital timer for games, such as go and chess",
"version": "1.1.2",
"author": "dbosst",
"main": "./src/main.js",
"license": "MIT",
"keywords": [
"clock",
"timer",
"gameclock",
"chessclock",
"timing",
"go",
"chess",
"weiqi",
"baduk",
"boardgame",
"ui",
"component",
"preact",
"react"
],
"homepage": "https://github.com/dbosst/gameclock",
"bugs": {
"url": "https://github.com/dbosst/gameclock/issues"
},
"peerDependencies": {
"preact": "^8.4.2"
},
"dependencies": {
"classnames": "^2.2.6",
"grapheme-splitter": "^1.0.4",
"performance-now": "^2.1.0"
},
"devDependencies": {
"preact": "^8.4.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"set-value": "^3.0.0"
},
"scripts": {
"watch-demo": "webpack --entry ./demo/main.js -o ./demo/bundle.js --progress --mode development --watch",
"build-demo": "webpack --entry ./demo/main.js -o ./demo/bundle.js --progress --mode development --build"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dbosst/gameclock.git"
}
}