-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
53 lines (37 loc) · 905 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"devDependencies": {
"image-size": "1.x"
, "@emotion/css": "11.x"
, "@emotion/styled": "11.x"
, "stack-tracer": "1.x"
, "@emotion/server": "11.x"
, "html-minifier-terser": "7.x"
, "uglify-js": "3.x"
, "chrome-finder": "1.x"
, "puppeteer-core": "22.x"
, "specifier-resolution-node": "1.x"
, "babel-preset-solid": "1.x"
, "@babel/core": "7.x"
, "solid-js": "1.x"
, "quicklink": "2.x"
, "lazysizes": "5.x"
, "markdown-it": "14.x"
, "moment": "2.x"
}
, "optionalDependencies": {
"dynohot": "1.x"
, "superstatic": "9.x"
}
, "type": "module"
, "imports": {
"#*": "./index/*"
, "#@*": "./index/module/*"
}
, "scripts": {
"static": "node --import ./loaders.js ."
, "dev": "pnpm static withModuleReloading"
, "serve": "superstatic serve --port 80"
, "start": "pnpm static && pnpm serve"
, "deploy": "pnpm static && firebase deploy"
}
}