UNPKG

887 BJSONView Raw
1{
2 "name": "@platform/state.react.tools",
3 "version": "0.4.100",
4 "description": "Tools and debug UI for working with `state.react`.",
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.39",
19 "@platform/state": "0.5.6",
20 "@platform/state.react": "0.4.92",
21 "@platform/ui.button": "0.3.74",
22 "@platform/ui.icon": "0.0.158",
23 "@platform/ui.text": "0.3.70"
24 },
25 "devDependencies": {
26 "@platform/polyfill": "0.0.1",
27 "@uiharness/dev": "0.10.6",
28 "@uiharness/ui": "0.7.6"
29 },
30 "files": [
31 "lib",
32 "!*.TEST.{js, mjs, d.ts}"
33 ],
34 "license": "MIT"
35}