forked from diplodoc-platform/diplodoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "@diplodoc/diplodoc",
"version": "1.0.0",
"description": "Meta package for Diplodoc platform development",
"main": "index.js",
"type": "module",
"workspaces": [
"devops/*",
"extensions/*",
"extensions/**/example",
"packages/*"
],
"scripts": {
"reset": "npx zx scripts/reset.js",
"deps": "npx zx scripts/deps.js",
"bootstrap": "scripts/bootstrap.sh",
"codespaces": "scripts/codespaces.sh",
"git:init": "scripts/git-init.sh",
"git:head": "scripts/git-head.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diplodoc-platform/diplodoc.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/diplodoc-platform/diplodoc/issues"
},
"homepage": "https://github.com/diplodoc-platform/diplodoc#readme",
"devDependencies": {
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"nx": "^20.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zx": "^8.1.8"
},
"overrides": {
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.1"
},
"dependencies": {
"typescript": "^5.4.5"
}
}