-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 870 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 870 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
25
26
27
28
29
30
31
32
33
{
"name": "idorg-stanza-widgets",
"description": "Widgets for identifiers.org based on togostanza",
"author": {
"name": "Renato Juacaba Neto",
"url": "https://github.com/renatocjn"
},
"homepage": "http://docs.identifiers.org/togostanza-widgets/",
"version": "0.0.2",
"license": "MIT",
"repository": "https://github.com/identifiers-org/togostanza-widgets",
"scripts": {
"start": "togostanza s",
"build": "togostanza b"
},
"dependencies": {
"bootstrap": "^5.3.8",
"EBI-Icon-fonts": "^1.3.1",
"lodash.camelcase": "^4.3.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"togostanza": "github:togostanza/togostanza"
},
"engines": {
"node": ">=22"
},
"private": true,
"devDependencies": {
"@types/lodash.camelcase": "^4.3.9",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9"
}
}