-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.33 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
{
"name": "leuphana-robot",
"version": "1.0.0",
"description": "Configuration UI and logic for the Leuphana-Robot project",
"browserslist": "> 0.5%, last 2 versions, safari >= 7, ios_saf >= 9",
"scripts": {
"start": "node server/start.mjs",
"build": "parcel static/beer.mjs --dist-dir static/assets/js",
"watch": "parcel build static/beer.mjs --dist-dir static/assets/js",
"tailwind": "npx tailwindcss -i ./static/src/style.css -o ./static/assets/style.css",
"postinstall": "node postinstall.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/capevace/leuphana-robot.git"
},
"keywords": [
"chess",
"stockfish",
"robot",
"universal robot",
"beer"
],
"author": "Lukas Mateffy (@capevace)",
"license": "MIT",
"bugs": {
"url": "https://github.com/capevace/leuphana-robot/issues"
},
"homepage": "https://github.com/capevace/leuphana-robot#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"bootstrap": "^4.6.1",
"chess-console": "^4.12.1",
"cm-engine-runner": "^1.1.0",
"cm-web-modules": "^1.16.0",
"cors": "^2.8.5",
"express": "^4.18.1",
"express-xmlrpc": "^0.0.1",
"modrator": "^1.2.1",
"socket.io": "^4.5.1",
"unfetch": "^4.2.0",
"ws": "^8.7.0"
},
"devDependencies": {
"parcel": "^2.6.0",
"path-browserify": "^1.0.1",
"tailwindcss": "^2.0.0"
}
}