-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 726 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "rumext",
"version": "1.0.0",
"description": "Simple and Decomplected UI library based on React.",
"dependencies": {
"process": "^0.11.10",
"react": "19.1.0",
"react-dom": "19.1.0"
},
"scripts": {
"watch": "clojure -M:dev:shadow-cljs watch examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/funcool/rumext.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/funcool/rumext/issues"
},
"homepage": "https://github.com/funcool/rumext#readme",
"packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538"
}