UNPKG

1.32 kBJSONView Raw
1{
2 "name": "@kano/kbc-dialog",
3 "version": "1.6.0",
4 "description": "Injectable dialog into mini apps",
5 "author": "Kano Computing",
6 "homepage": "https://github.com/KanoComputing/kano-boilerplate-components",
7 "license": "ISC",
8 "main": "lib/index.js",
9 "types": "lib/index.js",
10 "files": [
11 "lib"
12 ],
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/KanoComputing/kano-boilerplate-components.git"
16 },
17 "publishConfig": {
18 "access": "public"
19 },
20 "scripts": {
21 "test": "echo \"Error: run tests from root\" && exit 1",
22 "build": "yarn run clean && yarn run copy:styles && yarn run compile:tsc",
23 "build:quick": "yarn run copy:styles && yarn run compile:tsc",
24 "watch": "lerna run watch:quick --parallel --scope=@kano/kbc-dialog --include-dependencies",
25 "watch:quick": "onchange -v 'src/**/*.{ts,tsx,scss}' -- yarn run build:quick",
26 "clean": "rimraf ./lib",
27 "compile:tsc": "tsc -p tsconfig.json",
28 "copy:styles": "copyfiles -f src/styles/*.scss lib/styles"
29 },
30 "dependencies": {
31 "@kano/kbc-button": "^2.1.0",
32 "@kano/kbc-icons": "^1.4.0",
33 "@kano/kbc-intl": "^1.4.0",
34 "@kano/kbc-telemetry": "^1.4.0",
35 "@kano/kbc-tokens": "^1.0.2",
36 "@kano/kbc-utils": "^1.3.0"
37 },
38 "gitHead": "27086d577d77dfa473fa789948d2aa1741060a2a"
39}