UNPKG

1.16 kBJSONView Raw
1{
2 "name": "@stoplight/graphite",
3 "version": "10.3.4",
4 "description": "Nodes'n things.",
5 "keywords": [],
6 "main": "index.js",
7 "sideEffects": false,
8 "files": [
9 "**/*"
10 ],
11 "author": "Stoplight <support@stoplight.io>",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/stoplightio/graphite"
15 },
16 "license": "Apache-2.0",
17 "engines": {
18 "node": ">=8.3.0"
19 },
20 "peerDependencies": {
21 "mobx": "5.x.x"
22 },
23 "dependencies": {
24 "@stoplight/http-spec": "^2.2.7",
25 "@stoplight/json": "^3.2.0",
26 "@stoplight/json-ref-resolver": "^3.0.1",
27 "@stoplight/lifecycle": "^2",
28 "@stoplight/markdown": "^2.5.2",
29 "@stoplight/path": "^1.3.0",
30 "@stoplight/types": "^11.1.1",
31 "@stoplight/yaml": "^3.3.2",
32 "@types/urijs": "~1.19.4",
33 "diff-match-patch": "~1.0.4",
34 "eol": "~0.9.1",
35 "fast-json-patch": "~2.2.1",
36 "immer": "^4.0.1",
37 "jiff": "~0.7.3",
38 "lodash": "^4.17.15",
39 "micromatch": "~4.0.2",
40 "neo-async": "~2.6.1",
41 "node-fetch": "^2.6.0",
42 "openapi3-ts": "~1.3.0",
43 "treeify": "~1.1.0",
44 "urijs": "~1.19.1",
45 "uuid": "~3.3.3"
46 },
47 "typings": "index.d.ts"
48}