-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
117 lines (117 loc) · 2.68 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "@magic/core",
"version": "0.0.156",
"author": "Wizards & Witches",
"homepage": "https://magic.github.io/",
"license": "AGPL-3.0",
"description": "@magic core. generate static pages and serverless lambdas. ~5kb client boilerplate.",
"main": "src/index.mjs",
"type": "module",
"engines": {
"node": ">=14.15.4"
},
"engineStrict": true,
"scripts": {
"start": "t -p",
"build": "NODE_ENV=production src/bin.mjs build --no-check-links-exit",
"devbuild": "src/bin.mjs build",
"serve": "src/bin.mjs serve --watch src",
"prod": "NODE_ENV=production src/bin.mjs build serve --watch src",
"clean": "src/bin.mjs clean",
"dev": "src/bin.mjs dev --watch src --keep-client",
"format": "f -w --exclude docs api",
"test": "t",
"calls": "calls"
},
"bin": {
"magic": "src/bin.mjs"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/magic/core.git"
},
"bugs": {
"url": "https://github.com/magic/core/issues"
},
"dependencies": {
"@magic-libraries/prevent-default": "0.0.6",
"@magic/cases": "0.0.9",
"@magic/cli": "0.0.46",
"@magic/css": "0.7.55",
"@magic/deep": "0.1.16",
"@magic/error": "0.0.17",
"@magic/fs": "0.0.29",
"@magic/hyperapp": "2.0.4-alpha.0.4",
"@magic/log": "0.1.18",
"@magic/tags": "0.0.12",
"@magic/transmute": "0.0.57",
"@magic/types": "0.1.23",
"@swc/core": "1.3.41"
},
"devDependencies": {
"@magic-modules/git-badges": "0.0.12",
"@magic-modules/library-list": "0.0.18",
"@magic-modules/light-switch": "0.0.12",
"@magic-modules/module-list": "0.0.22",
"@magic-modules/no-spy": "0.0.9",
"@magic-modules/pre": "0.0.12",
"@magic-modules/theme-list": "0.0.14",
"@magic-themes/docs": "0.0.15",
"@magic/format": "0.0.53",
"@magic/test": "0.2.18"
},
"keywords": [
"magic",
"static",
"page",
"generator",
"serverless",
"lamda",
"hyperapp"
],
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
},
{
"name": "daniela weiss",
"github": "mslitto"
},
{
"name": "philipp tiefenbacher",
"github": "wizard23"
},
{
"name": "tom peak",
"github": "tompeak"
},
{
"name": "phileas lebada",
"github": "norpol"
},
{
"name": "litto",
"github": "mslitto"
},
{
"name": "michael parenti",
"github": "exiledsurfer"
},
{
"name": "daniel safar",
"github": "n1c3"
},
{
"name": "jay vaughan",
"github": "seclorum"
},
{
"name": "alexander weiss",
"github": "ylem235"
}
]
}