-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
56 lines (38 loc) · 978 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
54
55
56
{
"dependencies": {
"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"
}
, "devDependencies": {
"dynohot": "1.x"
, "superstatic": "9.x"
}
, "type": "module"
, "imports": {
"#@*": "./module/*"
, "#*": "./source/*"
}
, "scripts": {
"index": "node --import"
, "static": "pnpm index ./index/loader.js ./index/index.js"
, "dev": "pnpm index ./index/development/loader.js ./index/development/index.js"
, "serve": "superstatic serve --port 80"
, "start": "pnpm static && pnpm serve"
, "deploy": "pnpm static && firebase deploy"
}
}