-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 827 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 827 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
34
{
"private": true,
"name": "website",
"version": "0.1.0",
"description": "Website for the team of Webhippie",
"homepage": "https://github.com/webhippie/website#readme",
"license": "CC-BY-SA-4.0",
"author": {
"name": "Thomas Boerger",
"email": "thomas@webhippie.de"
},
"repository": {
"type": "git",
"url": "https://github.com/webhippie/website.git"
},
"bugs": {
"url": "https://github.com/webhippie/website/issues",
"email": "thomas@webhippie.de"
},
"config": {},
"dependencies": {
"@fontsource/alegreya-sans-sc": "^5.0.0",
"@fortawesome/fontawesome-free": "^7.0.0",
"autoprefixer": "10.4.27",
"bootstrap": "5.3.8",
"bootstrap-icons": "1.13.1",
"postcss": "8.5.8",
"postcss-cli": "11.0.1"
},
"keywords": [
"webhippie",
"website"
]
}