-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 978 Bytes
/
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
{
"name": "react-schema-component",
"version": "0.1.7-alpha",
"description": "",
"main": "index.tsx",
"module": "index.tsx",
"scripts": {
"dev": "vite",
"build": "tsc && vite build"
},
"keywords": [
"schema component",
"react schema component"
],
"files": [
"config",
"core",
"index",
"readme",
"LICENSE"
],
"author": {
"name": "hans000",
"email": "hhance@163.com"
},
"repository": {
"url": "https://github.com/hans000/react-schema-component"
},
"bugs": {
"url": "https://github.com/hans000/react-schema-component/issues"
},
"license": "MIT",
"devDependencies": {
"@ant-design/pro-components": "^2.5.7",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0-beta.0",
"antd": "^5.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.3",
"@monaco-editor/react": "^4.5.1",
"vite": "^4.3.0"
}
}