-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.45 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.45 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@openhps/site",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/OpenHPS/openhps.org.git",
"author": {
"name": "Maxim Van de Wynckel",
"email": "maxim.van.de.wynckel@vub.be"
},
"contributors": [
"Beat Signer"
],
"license": "Apache-2.0",
"scripts": {
"update": "ncu -u -x chalk",
"clean": "rimraf ./_site",
"start": "eleventy --serve",
"build": "eleventy && npm run copy:js:openhps",
"build:docs": "node ./bin/build_docs.js",
"build:presentations": "node ./bin/build_presentations.js",
"build:procedures": "openhps-rdf -g -d ./_site/terms/procedure -v",
"copy:js:openhps": "shx cp -rf node_modules/@openhps/*/dist/web/*.* ./_site/scripts/vendor/openhps/",
"deploy": "netlify deploy --prod --dir=_site"
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@kevingimbel/eleventy-plugin-mermaid": "^2.2.1",
"@quasibit/eleventy-plugin-sitemap": "^2.2.0",
"@types/node": "^20.6.2",
"axios": "^1.5.0",
"chalk": "4.x",
"decktape": "^3.10.0",
"dotenv": "^16.3.1",
"eleventy-favicon": "^1.1.3",
"eleventy-plugin-html-validate": "0.0.5",
"eleventy-plugin-pdfembed": "^1.0.2",
"eleventy-plugin-seo": "^0.5.2",
"eleventy-plugin-shiki-twoslash": "^1.1.3",
"eleventy-plugin-toc": "^1.1.5",
"eleventy-sass": "^2.2.3",
"fs-extra": "^11.1.1",
"lodash": "^4.17.21",
"luxon": "^3.4.3",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
"markdown-it-html5-media": "^0.7.1",
"markdown-it-latex": "^0.2.0",
"markdown-it-video": "^0.6.3",
"netlify-cli": "^16.3.5",
"npm-run-all": "^4.1.5",
"nunjucks": "^3.2.4",
"nunjucks-markdown": "^2.0.1",
"qrcode": "^1.5.3",
"remark-shiki-twoslash": "^3.1.3",
"reveal.js": "^4.6.1",
"reveal.js-pointer": "^0.1.4",
"rimraf": "^5.0.1",
"serve": "^14.2.1",
"shx": "^0.3.4",
"unzip-stream": "^0.3.1"
},
"devDependencies": {
"@openhps/capacitor-bluetooth": "^0.1.18",
"@openhps/core": "^1.0.11",
"@openhps/fingerprinting": "^0.1.9",
"@openhps/geospatial": "^0.1.30",
"@openhps/imu": "^0.2.2",
"@openhps/rdf": "^1.1.6",
"@openhps/solid": "^1.0.2",
"@openhps/rf": "^1.0.4",
"@openhps/video": "^0.1.14",
"@openhps/web-geolocation": "^0.1.20"
}
}