-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.11 KB
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": "ruxp",
"version": "1.2.0",
"description": "React components for declarative UXP entry points",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"docs": "tsx docs.mts",
"format": "prettier --write .",
"prepare": "npm run build && npm run docs && npm run format"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cAttte/ruxp.git"
},
"keywords": [
"adobe",
"uxp",
"react"
],
"author": "catte_",
"license": "MIT",
"bugs": {
"url": "https://github.com/cAttte/ruxp/issues"
},
"homepage": "https://github.com/cAttte/ruxp#readme",
"devDependencies": {
"@types/node": "^22.10.1",
"@types/react": "^19",
"@types/react-dom": "^19",
"tsx": "^4.19.2",
"typedoc": "^0.27.3",
"typescript": "^5.6.3",
"uxp-types": "^0.1.3"
},
"peerDependencies": {
"react": "18 - 19",
"react-dom": "18 - 19"
},
"dependencies": {
"eventemitter3": "^5.0.1"
}
}