UNPKG

930 BJSONView Raw
1{
2 "name": "@platform/ui.datagrid.cell",
3 "version": "0.2.139",
4 "description": "Single cell (and cell editor) within a @platform/ui.datagrid.",
5 "main": "lib/index",
6 "types": "lib/index.d.ts",
7 "scripts": {
8 "ui": "ui $@",
9 "start": "ui start $@",
10 "test": "ts test",
11 "tdd": "ts test --watch",
12 "lint": "ts lint",
13 "build": "ts build $@",
14 "build-test": "ts build --tsconfig=tsconfig.test $@",
15 "prepare": "ts prepare"
16 },
17 "dependencies": {
18 "@platform/react": "0.4.49",
19 "@platform/ui.codemirror": "0.1.80",
20 "@platform/ui.datagrid.types": "0.7.180",
21 "@platform/ui.editor": "0.3.10",
22 "@platform/ui.text": "0.3.80",
23 "@platform/util.markdown": "0.0.79"
24 },
25 "devDependencies": {
26 "@platform/polyfill": "0.0.1",
27 "@platform/test": "0.1.16",
28 "@platform/ts": "4.0.2",
29 "electron": "10.1.3"
30 },
31 "files": [
32 "lib",
33 "import.css"
34 ],
35 "license": "MIT"
36}