UNPKG

1.25 kBJSONView Raw
1{
2 "name": "@platform/ui.tree",
3 "description": "A hierarchical tree visualisation and navigation component.",
4 "version": "0.8.1",
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.10",
19 "@platform/react": "0.4.43",
20 "@platform/state": "0.7.5",
21 "@platform/state.types": "0.0.1",
22 "@platform/types": "0.5.3",
23 "@platform/ui.icon": "0.0.162",
24 "@platform/ui.panel": "0.2.11",
25 "@platform/ui.spinner": "0.0.159",
26 "@platform/ui.text": "0.3.74",
27 "@platform/ui.tree.types": "0.0.2",
28 "@platform/util.animate": "0.0.88",
29 "@platform/util.value": "0.7.30"
30 },
31 "devDependencies": {
32 "@platform/test": "0.1.14",
33 "@platform/ts": "3.9.5",
34 "@platform/ui.button": "0.3.78",
35 "@platform/ui.dev": "0.0.17",
36 "react-icons": "3.10.0"
37 },
38 "files": [
39 "lib",
40 "!lib/test",
41 "!lib/test.parcel",
42 "!*.TEST.{js, mjs, d.ts}"
43 ],
44 "license": "MIT"
45}