-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "@cushy/forms",
"version": "0.0.1721245968916",
"author": {
"name": "rvion",
"url": "https://github.com/rvion/CushyStudio",
"email": "[email protected]"
},
"icon": "../public/CushyLogo.png",
"publisher": "rvion",
"repository": {
"type": "git",
"url": "https://github.com/rvion/CushyStudio"
},
"description": "TODO",
"license": "AGPL-3.0",
"categories": [
"Other"
],
"main": "./main.js",
"types": "./main.d.ts",
"scripts": {},
"devDependencies": {
"rollup": "^4.13.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-visualizer": "^5.12.0"
},
"peerDeps": {
"react": "*",
"mobx": "*",
"colorjs.io": "*",
"@mdi/js": "*",
"@mdi/react": "*",
"nanoid": "*",
"mobx-react-lite": "*",
"react-dom": "*",
"marked": "*",
"https:": "*",
"@uiw/react-json-view": "*",
"react-error-boundary": "*",
"react-toastify": "*",
"react-easy-sort": "*"
}
}