UNPKG

1.26 kBJSONView Raw
1{
2 "name": "@platform/ui.tree",
3 "description": "A hierarchical tree visualisation and navigation component.",
4 "version": "0.8.35",
5 "main": "lib/index",
6 "types": "lib/index.d.ts",
7 "scripts": {
8 "start": "parcel src/test.parcel/index.html --port 1235",
9 "test": "ts test",
10 "lint": "ts lint",
11 "build": "ts build --no-esm",
12 "bundle": "sh script.sh/bundle.sh",
13 "clean": "sh script.sh/clean.sh",
14 "serve": "cd dist && serve",
15 "prepare": "ts prepare"
16 },
17 "dependencies": {
18 "@platform/css": "0.4.35",
19 "@platform/react": "0.4.68",
20 "@platform/state": "0.7.36",
21 "@platform/state.types": "0.1.1",
22 "@platform/types": "0.5.19",
23 "@platform/ui.icon": "0.0.187",
24 "@platform/ui.panel": "0.2.36",
25 "@platform/ui.spinner": "0.0.184",
26 "@platform/ui.text": "0.3.99",
27 "@platform/ui.tree.types": "0.0.32",
28 "@platform/util.animate": "0.0.110",
29 "@platform/util.value": "0.8.19"
30 },
31 "devDependencies": {
32 "@platform/test": "0.2.6",
33 "@platform/ts": "4.1.10",
34 "@platform/ui.button": "0.3.103",
35 "@platform/ui.dev": "0.0.42",
36 "react-icons": "4.2.0"
37 },
38 "files": [
39 "lib",
40 "!lib/test",
41 "!lib/test.parcel",
42 "!*.TEST.{js, mjs, d.ts}"
43 ],
44 "license": "MIT"
45}