-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 831 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
27
28
29
30
31
32
33
34
35
{
"name": "lillijahn",
"version": "1.0.0",
"description": "Webseite für die Lilli-Jahn-Schule Immenhausen",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm install && hugo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hahn-th/lilli-jahn-schule.git"
},
"keywords": [
"website",
"school",
"hugo",
"immenhausen",
"lilli-jahn"
],
"author": "Thomas Hahn",
"license": "ISC",
"bugs": {
"url": "https://github.com/hahn-th/lilli-jahn-schule/issues"
},
"homepage": "https://github.com/hahn-th/lilli-jahn-schule#readme",
"dependencies": {
"autoprefixer": "10.x",
"bootstrap": "5.x",
"feather-icons": "4.x",
"jquery": "3.x",
"popper.js": "1.x",
"postcss-cli": "9.x"
}
}