-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.48 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
{
"name": "grundstein.github.io",
"version": "0.23.5",
"private": true,
"author": "Wizards & Witches @ Work",
"description": "@grundstein org github page.",
"license": "AGPL-3.0",
"homepage": "https://grundstein.github.io/",
"engines": {
"node": ">=13.5.0"
},
"type": "module",
"engineStrict": true,
"scripts": {
"start": "t -p",
"build": "NODE_ENV=production magic build",
"prod": "NODE_ENV=production magic build serve --watch src",
"clean": "magic clean",
"serve": "magic serve --watch src",
"dev": "magic dev --watch src",
"format": "f -w --exclude docs",
"test": "t --exclude docs example config.js",
"calls": "calls",
"connect": "magic connect",
"publish": "magic publish"
},
"dependencies": {
"@grundstein/magic-theme": "0.0.8",
"@magic-modules/git-badges": "0.0.12",
"@magic-modules/light-switch": "0.0.11",
"@magic-modules/no-spy": "0.0.7",
"@magic-modules/pre": "^0.0.11",
"@magic-themes/project": "0.0.26",
"@magic/core": "0.0.143"
},
"devDependencies": {
"@magic/format": "0.0.48",
"@magic/test": "0.2.14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grundstein/grundstein.github.io.git"
},
"bugs": {
"url": "https://github.com/grundstein/grundstein.github.io/issues"
},
"keywords": [
"grundstein",
"infrastructure",
"hosting"
],
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
}
]
}