-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.14 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
{
"name": "launchchess",
"version": "0.1.1",
"description": "Chess on a Launchpad",
"scripts": {
"build": "parcel build --no-cache --dist-dir dist src/index.html src/*.svg",
"ci": "parcel build --no-cache --dist-dir build src/index.html src/*.svg",
"dev": "parcel --no-cache --dist-dir dist src/index.html src/*.svg"
},
"browserslist": [
"defaults"
],
"repository": {
"type": "git",
"url": "github.com/quaternionmedia/launchchess"
},
"author": "Harpo",
"license": "MIT",
"dependencies": {
"@bity/oauth2-auth-code-pkce": "^2.13.0",
"alertifyjs": "^1.13.1",
"can-ndjson-stream": "^1.0.2",
"chess.js": "^1.0.0-beta.6",
"chessground": "^9.0.2",
"construct-ui": "^0.3.3",
"javascript-astar": "^0.4.1",
"jwt-decode": "^3.1.2",
"material-design-icons-iconfont": "^6.1.0",
"mithril": "^2.2.2",
"webmidi": "^3.0.25"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"parcel": "^2.11.0",
"process": "^0.11.10"
}
}