-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.28 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
{
"name": "ld-learn",
"description": "A collection of browser (mini-)games using three.js and LDRAW objects.",
"version": "0.4.2",
"main": "./apps/learn/main.js",
"scripts": {
"serve": "http-server ..",
"farming": "electron ./apps/farming/main.js",
"learn": "electron ./apps/learn/main.js",
"chess": "electron ./apps/chess/main.js",
"story": "electron ./apps/story/main.js",
"nativity": "electron ./apps/nativity/main.js",
"office": "electron ./apps/office/main.js",
"robot": "electron ./apps/robot/main.js",
"fireworks": "electron ./apps/fireworks/main.js",
"packldr": "node gfx/packLDrawModel.js ./ldraw/models/"
},
"dependencies": {
"eslint": "^7.28.0",
"partykals": "^1.0.2",
"three": "^0.125.0",
"flag-icons": "^6.1.1",
"js-chess-engine": "^1.0.2"
},
"devDependencies": {
"electron": "^21.3.1",
"eslint-config-google": "^0.14.0",
"http-server": "^0.12.3",
"sync-request": "^6.1.0"
},
"build": {
"appId": "ld-learn"
},
"repository": {
"type": "git",
"url": "https://github.com/goeroeg/ld-learn.git"
},
"keywords": [],
"author": "goeroeg",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/goeroeg/ld-learn/issues"
},
"homepage": "https://goeroeg.github.io/ld-learn"
}