-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 707 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 707 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
{
"name": "@thulite/doks-core",
"version": "1.9.3",
"description": "Doks core",
"author": "Thulite",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/thuliteio/doks-core.git"
},
"scripts": {
"format": "prettier **/** -w -c"
},
"dependencies": {
"@thulite/bootstrap": "^1.2.3",
"basiclightbox": "^5.0.4",
"clipboard": "^2.0.11",
"flexsearch": "^0.8.212"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"prettier": "^3.8.1"
},
"engines": {
"node": ">=20.11.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}