forked from diplodoc-platform/playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.9 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@diplodoc/playground",
"version": "0.1.0",
"description": "diplodoc markdown playground",
"homepage": "https://github.com/diplodoc-platform/playground",
"repository": {
"type": "git",
"url": "git+https://github.com/diplodoc-platform/playground.git"
},
"bugs": {
"url": "https://github.com/diplodoc-platform/playground/issues",
"email": "[email protected]"
},
"author": {
"name": "moki",
"email": "[email protected]",
"url": "github.com/moki"
},
"keywords": [
"diplodoc",
"markdown-it",
"markdown",
"md",
"parser",
"generator",
"playground",
"sandbox",
"renderer",
"html",
"debug",
"react",
"component"
],
"main": "bundle/index.js",
"scripts": {
"bundle": "node scripts/bundle.js",
"pages": "node scripts/pages.js",
"dev": "node scripts/dev.js",
"typecheck": "tsc -p .",
"prepublishOnly": "npm run bundle"
},
"license": "MIT",
"peerDependencies": {
"@doc-tools/transform": "^3.8.5",
"@gravity-ui/uikit": "^5.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@doc-tools/transform": "^3.8.5",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@gravity-ui/tsconfig": "^1.0.0",
"@gravity-ui/uikit": "^5.5.0",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"autoprefixer": "^10.4.15",
"esbuild": "^0.19.1",
"esbuild-plugin-polyfill-node": "^0.3.0",
"esbuild-sass-plugin": "^2.12.0",
"postcss": "^8.4.28",
"postcss-preset-env": "^9.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.3"
},
"dependencies": {
"@diplodoc/markdown-it-markdown-renderer": "^0.14.4",
"@monaco-editor/react": "^4.5.2",
"markdown-it": "^13.0.1",
"markdown-it-meta": "^0.0.1",
"markdown-it-sup": "^1.0.0",
"monaco-editor": "^0.41.0"
}
}