generated from StartBootstrap/startbootstrap-one-page-wonder
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.95 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"title": "botc-bremen-website",
"name": "botc-bremen-website",
"version": "1.0.0",
"scripts": {
"build": "npm run clean && npm run build:events && npm run build:pug && npm run build:scss && npm run build:scripts && npm run build:assets",
"build:assets": "node scripts/build-assets.js",
"build:pug": "node scripts/build-pug.js",
"build:scripts": "node scripts/build-scripts.js",
"build:scss": "node scripts/build-scss.js",
"build:events": "node scripts/build-events.js",
"clean": "node scripts/clean.js",
"start": "npm run build && node scripts/start.js",
"start:debug": "npm run build && node scripts/start-debug.js"
},
"description": "Website for BotC Bremen & Umzu",
"keywords": [
"botc",
"blood on the clocktower",
"bremen"
],
"custom": {
"eventSource": "https://cloud.itb.uni-bremen.de/remote.php/dav/public-calendars/iee76DfH3p6mQMMk?export"
},
"homepage": "https://botc-bremen.de",
"private": true,
"bugs": {
"url": "https://github.com/dennisschuerholz/botc-bremen/issues"
},
"license": "MIT",
"author": "Dennis Schürholz (https://dennisschuerholz.de/)",
"contributors": [
"David Miller (https://davidmiller.io/)",
"Erik Michelson (https://erik.michelson.eu/)"
],
"repository": {
"type": "git",
"url": "https://github.com/dennisschuerholz/botc-bremen.git"
},
"dependencies": {
"bootstrap": "5.2.3",
"bootstrap-icons": "^1.11.3"
},
"devDependencies": {
"autoprefixer": "10.4.14",
"browser-sync": "2.29.1",
"chokidar": "3.5.3",
"concurrently": "6.3.0",
"node-ical": "0.18.0",
"postcss": "8.4.21",
"prettier": "2.8.6",
"pug": "3.0.2",
"sass": "1.60.0",
"shelljs": "0.8.5",
"upath": "2.0.1"
},
"engines": {
"node": ">=18.0.0"
}
}