UNPKG

988 BJSONView Raw
1{
2 "name": "@platform/ui.codemirror",
3 "version": "0.1.93",
4 "description": "Strongly typed wrapper around codemirror.",
5 "main": "lib/index",
6 "types": "lib/index.d.ts",
7 "scripts": {
8 "start": "parcel src/test.parcel/index.html",
9 "test": "ts test",
10 "lint": "ts lint",
11 "build": "ts build $@",
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/libs": "0.2.6",
19 "@platform/react": "0.4.62",
20 "@platform/ui.text": "0.3.93",
21 "@types/codemirror": "0.0.97",
22 "codemirror": "5.55.0",
23 "react-codemirror2": "7.2.1"
24 },
25 "devDependencies": {
26 "@platform/test": "0.2.2",
27 "@platform/ts": "4.1.5",
28 "@platform/ui.button": "^0.3.97",
29 "@platform/ui.dev": "0.0.36"
30 },
31 "files": [
32 "lib",
33 "css",
34 "import.css",
35 "!lib/test",
36 "!lib/test.parcel",
37 "!*.TEST.{js, mjs, d.ts}"
38 ],
39 "license": "MIT"
40}