-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "jaeh.at",
"version": "0.23.5",
"private": true,
"type": "module",
"scripts": {
"start": "t -p",
"format": "f -w --exclude docs",
"test": "t --exclude docs",
"build": "NODE_ENV=production magic build",
"prod": "NODE_ENV=production magic build serve",
"dev": "magic dev",
"publish": "magic publish",
"connect": "magic connect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaeh/jaeh.at.git"
},
"keywords": [
"magic",
"jascha",
"ehrenreich",
"jaeh"
],
"author": "Jascha Ehrenreich",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/jaeh/jaeh.at/issues"
},
"homepage": "https://github.com/jaeh/jaeh.at#readme",
"dependencies": {
"@magic-modules/language-switch": "0.0.6",
"@magic-modules/light-switch": "0.0.12",
"@magic-modules/no-spy": "0.0.9",
"@magic-modules/p": "0.0.1",
"@magic-modules/picture": "0.0.2",
"@magic/core": "0.0.153"
},
"devDependencies": {
"@magic/format": "0.0.51",
"@magic/test": "0.2.17"
}
}