-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 966 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
{
"name": "schemastery-react",
"version": "0.1.2",
"author": "undefined<[email protected]>",
"description": "A React component library for schemastery",
"license": "MIT",
"types": "src/index.ts",
"main": "lib/schemastery-react.esm.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^12.8.2",
"element-plus": "^2.9.6",
"schemastery-vue": "^7.3.11",
"veaury": "^2.6.2",
"vue": "^3.5.13",
"vue-i18n": "^11.1.2"
},
"devDependencies": {
"@modyfi/vite-plugin-yaml": "^1.1.1",
"@types/node": "^22.13.10",
"@types/react": "^19.0.10",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-vue": "^5.2.1",
"sass": "^1.54.4",
"schemastery": "^3.16.1",
"typescript": "^5.8.2",
"vite": "^6.2.1"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"schemastery": "^3.16.1"
}
}