UNPKG

1.31 kBJSONView Raw
1{
2 "name": "@kano/kbc-video",
3 "version": "1.5.3",
4 "description": "Injectable video into mini apps",
5 "author": "Kano Computing",
6 "homepage": "",
7 "license": "ISC",
8 "main": "lib/index.js",
9 "types": "lib/index.js",
10 "files": [
11 "lib"
12 ],
13 "scripts": {
14 "test": "echo \"Error: run tests from root\" && exit 1",
15 "build": "yarn run clean && yarn run copy:styles && yarn run compile:tsc",
16 "build:quick": "yarn run copy:styles && yarn run compile:tsc",
17 "watch": "lerna run watch:quick --parallel --scope=@kano/kbc-video --include-dependencies",
18 "watch:quick": "onchange -v 'src/**/*.{ts,tsx,scss}' -- yarn run build:quick",
19 "clean": "rimraf ./lib",
20 "compile:tsc": "tsc -p tsconfig.json",
21 "copy:styles": "copyfiles -f src/styles/*.scss lib/styles"
22 },
23 "publishConfig": {
24 "access": "public"
25 },
26 "dependencies": {
27 "@kano/kbc-icons": "^1.4.4",
28 "@kano/kbc-intl": "^1.6.1",
29 "@kano/kbc-telemetry": "^2.1.2",
30 "@kano/kbc-tokens": "^1.0.4",
31 "@kano/kbc-utils": "^1.4.1",
32 "plyr": "^3.5.10",
33 "react-draggable": "4.2.0",
34 "react-markdown": "^4.3.1",
35 "rehype-react": "^4.0.1"
36 },
37 "devDependencies": {
38 "@types/react": "^16.9.19",
39 "@types/react-dom": "^16.9.5"
40 },
41 "gitHead": "508b9b289876b542fe179eadd4ea53e0ba011183"
42}