UNPKG

1.57 kBJSONView Raw
1{
2 "name": "@platform/ui.datagrid",
3 "version": "0.7.344",
4 "description": "Isolated tabular DataGrid.",
5 "main": "lib/index",
6 "types": "lib/index.d.ts",
7 "scripts": {
8 "start": "parcel src/test.parcel/index.html",
9 "test": "echo 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 "@babel/polyfill": "7.12.1",
19 "@platform/cache": "0.3.17",
20 "@platform/cell.coord": "0.8.250",
21 "@platform/cell.func": "0.1.297",
22 "@platform/cell.schema": "0.5.68",
23 "@platform/cell.types": "0.5.66",
24 "@platform/cell.value": "0.2.207",
25 "@platform/css": "0.4.39",
26 "@platform/libs": "0.2.10",
27 "@platform/react": "0.4.72",
28 "@platform/ui.datagrid.types": "0.7.218",
29 "@platform/ui.datagrid.util": "0.2.209",
30 "@platform/ui.text": "0.3.103",
31 "handsontable": "6.2.2"
32 },
33 "devDependencies": {
34 "@platform/cell.func.sys": "0.2.250",
35 "@platform/polyfill": "0.0.3",
36 "@platform/test": "0.2.6",
37 "@platform/test.dom": "0.0.112",
38 "@platform/ts": "4.1.13",
39 "@platform/ui.datagrid.cell": "0.2.177",
40 "@platform/ui.datagrid.debug": "0.0.219",
41 "@platform/ui.dev": "0.0.46",
42 "parcel-bundler": "1.12.5"
43 },
44 "resolutions": {
45 "prosemirror-state": "1.3.2"
46 },
47 "files": [
48 "lib",
49 "css",
50 "import.css",
51 "lib",
52 "!lib/test",
53 "!lib/test.parcel",
54 "!*.TEST.{js, mjs, d.ts}"
55 ],
56 "license": "MIT"
57}