-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.38 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
{
"name": "huds-hud-hint",
"description": "Hint HUD for HUDS",
"version": "1.1.0",
"author": {
"name": "Dr. Ralf S. Engelschall",
"email": "rse@engelschall.com",
"url": "http://engelschall.com"
},
"license": "MIT",
"main": "package.json",
"huds": {
"client": "index.html"
},
"dependencies": {
"vue": "3.2.20",
"vue3-sfc-loader": "rse/FOREIGN-vue3-sfc-loader#6d05173",
"less": "4.1.2",
"@fortawesome/fontawesome-free": "5.15.4",
"typopro-web": "4.2.5",
"animejs": "3.2.1"
},
"peerDependencies": {
"huds": ">=1.6.0"
},
"devDependencies": {
"huds": ">=1.6.0"
},
"scripts": {
"huds": "huds",
"start": "huds -a 0.0.0.0 -p 9999 -d hint:.,hint.yaml",
"test": "node ../huds/src/huds-server.js -a 0.0.0.0 -p 9999 -d hint:.,hint.yaml"
}
}