-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 960 Bytes
/
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
{
"name": "@davidsneighbour/bootstrap-config",
"description": "Bootstrap configuration for use in @davidsneighbour projects.",
"version": "2024.3.23",
"license": "MIT",
"repository": "davidsneighbour/configurations",
"author": "Patrick Kollitsch <patrick@davids-neighbour.com> (https://davids-neighbour.com)",
"bugs": "https://github.com/davidsneighbour/configurations/issues",
"homepage": "https://github.com/davidsneighbour/configurations/tree/main/packages/bootstrap-config",
"dependencies": {
"@popperjs/core": "2.11.8",
"@types/bootstrap": "5.2.10",
"bootstrap": "5.3.3"
},
"scripts": {
"fixpack": "fixpack",
"update": "npm-check-updates -u && npm install && git add package* && fixpack && git commit -m \"chore(deps): update dependencies\""
},
"main": "index.js",
"engines": {
"node": ">=22.1.0",
"npm": ">=10.8.0"
},
"gitHead": "515736c9b5186fe57ad4e73dbbf6915b76641277",
"type": "module"
}