19 lines
403 B
JSON
19 lines
403 B
JSON
{
|
|
"name": "vanemous.start-it.nl",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "hugo server -D",
|
|
"build": "hugo --gc --minify"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"bootstrap": "^5.3.8"
|
|
}
|
|
} |