-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.64 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@ts-graphviz/mdx",
"version": "0.0.6",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"description": "Embed the Graphviz image in MDX.",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"lint": "eslint -c .eslintrc.json --ext ts,tsx src",
"test": "jest"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"ts-graphviz": "^0.13.1"
},
"dependencies": {
"@mdx-js/react": "^1.6.5",
"@mdx-js/runtime": "^1.6.5",
"@ts-graphviz/node": "^0.0.2",
"@ts-graphviz/react": "^0.5.0",
"image-data-uri": "^2.0.1",
"jsdom": "^16.2.2"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"@types/jsdom": "^16.2.3",
"@types/mdx-js__react": "^1.5.2",
"@types/node": "^14.0.4",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"eslint": "^7.1.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.13.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"jest": "^26.0.1",
"jest-serializer-html": "^7.0.0",
"prettier": "^2.0.5",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"ts-dedent": "^1.1.1",
"ts-graphviz": "^0.13.1",
"ts-jest": "^26.1.0",
"typescript": "^3.9.3"
}
}