forked from dDab-panda/handsfree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.66 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
{
"name": "handsfree",
"version": "8.5.1",
"description": "Quickly integrate face, hand, and/or pose tracking to your frontend projects in a snap ✨👌",
"main": "build/lib/handsfree.js",
"scripts": {
"start": "vuepress dev docs",
"build": "npm run build:lib && npm run build:docs && npm run build:extension",
"build:lib": "rm -rf build/lib && rollup --environment INCLUDE_DEPS,BUILD:production --config",
"build:docs": "vuepress build docs",
"build:extension": "vuepress build docs --dest build/extension",
"fa:build": "node node_modules/vuepress-plugin-font-awesome/index.js --dest=docs",
"deploy": "npm publish && deploy.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/midiblocks/handsfree.git"
},
"author": "Oz Ramos <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/midiblocks/handsfree/issues"
},
"homepage": "https://github.com/midiblocks/handsfree#readme",
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.10",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"markdown-it-deflist": "^2.1.0",
"pug": "^3.0.0",
"pug-plain-loader": "^1.0.0",
"rollup": "^2.32.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-copy": "^3.3.0",
"vuepress": "^1.7.1",
"vuepress-plugin-font-awesome": "^1.90.6",
"vuepress-plugin-plausible": "0.0.2"
},
"dependencies": {
"fingerpose": "0.0.2",
"gsap": "^2.1.3",
"lodash": "^4.17.20"
}
}