UNPKG

1.34 kBJSONView Raw
1{
2 "name": "@kano/kbc-dialog",
3 "version": "1.7.5",
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 "module": "src/index.ts",
10 "types": "lib/index.js",
11 "files": [
12 "lib"
13 ],
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/KanoComputing/kano-boilerplate-components.git"
17 },
18 "publishConfig": {
19 "access": "public"
20 },
21 "scripts": {
22 "test": "echo \"Error: run tests from root\" && exit 1",
23 "build": "yarn run clean && yarn run copy:styles && yarn run compile:tsc",
24 "build:quick": "yarn run copy:styles && yarn run compile:tsc",
25 "watch": "lerna run watch:quick --parallel --scope=@kano/kbc-dialog --include-dependencies",
26 "watch:quick": "onchange -v 'src/**/*.{ts,tsx,scss}' -- yarn run build:quick",
27 "clean": "rimraf ./lib",
28 "compile:tsc": "tsc -p tsconfig.json",
29 "copy:styles": "copyfiles -f src/styles/*.scss lib/styles"
30 },
31 "dependencies": {
32 "@kano/kbc-button": "^2.1.6",
33 "@kano/kbc-icons": "^1.4.6",
34 "@kano/kbc-intl": "^1.6.2",
35 "@kano/kbc-telemetry": "^2.1.4",
36 "@kano/kbc-tokens": "^1.0.5",
37 "@kano/kbc-utils": "^1.4.2"
38 },
39 "gitHead": "d9b222aa434d0a89b87200d361336b3f0589ece3"
40}