-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.23 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
{
"name": "yaje",
"version": "1.2.2",
"author": "legends-killer <yyy@legends-killer.cq.cn>",
"description": "yet another json editor",
"keywords": [
"monaco",
"editor",
"json",
"react",
"vscode",
"code"
],
"files": [
"lib"
],
"homepage": "https://legends-killer.github.io/yaje",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"dev": "rsbuild dev --open",
"build": "rsbuild build",
"preview": "rsbuild preview",
"tsc": "tsc -b ./tsconfig.build.json"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"monaco-editor": "^0.45.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rsbuild/core": "^0.2.11",
"@rsbuild/plugin-react": "^0.2.11",
"@tsconfig/recommended": "^1.0.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"gh-pages": "^6.1.1",
"prettier": "^2",
"tsc": "^2.0.4",
"typescript": "^5.3.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/legends-killer/yaje"
}
}