-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.32 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
{
"name": "eyelidlessness-github-io",
"version": "0.1.1",
"type": "module",
"types": "./env.d.ts",
"homepage": "/",
"scripts": {
"start": "yarn run build:watch & yarn run test:watch",
"build": "microsite build",
"build:watch": "yarn serve --listen ${SERVE_PORT:-'5000'} & yarn build & chokidar \"src/**/*.{cjs,css,md,mdx,mjs,js,jsx,ts,tsx}\" -c 'pkill -f microsite; yarn build'",
"serve": "mkdir -p ./dist && serve ./dist",
"test": "./scripts/test.js --once",
"test:watch": "./scripts/test.js",
"typecheck": "tsc"
},
"devDependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/preact": "^1.6.22",
"@prefresh/snowpack": "^3.0.1",
"@silvenon/remark-smartypants": "^1.0.0",
"@types/dedent": "^0.7.0",
"@types/md5": "^2.2.1",
"@types/node": "^14.14.21",
"@types/sharp": "^0.27.1",
"ava": "^3.15.0",
"buble-jsx-only": "^0.19.8",
"chokidar-cli": "^2.1.0",
"dedent": "^0.7.0",
"domexception": "^2.0.1",
"emoji-regex": "^9.2.1",
"eslint": "^3.14.1",
"estrella": "^1.3.0",
"fela": "^11.5.1",
"fela-dom": "^11.5.1",
"fela-identifier": "^11.5.2",
"fela-plugin-embedded": "^11.5.2",
"fela-plugin-multiple-selectors": "^11.5.2",
"fela-plugin-typescript": "^11.5.2",
"fela-preset-web": "^11.5.1",
"fela-tools": "^11.5.1",
"hsluv": "^0.1.0",
"localtunnel": "^2.0.1",
"md5": "^2.3.0",
"microsite": "npm:@eyelidlessness/microsite@^1.1.0-next.7",
"node-object-hash": "^2.1.2",
"oniguruma": "^7.0.0",
"polished": "^4.1.0",
"preact": "^10.5.10",
"preact-fela": "^11.5.1",
"preact-render-to-string": "^5.1.12",
"react": "npm:@preact/compat",
"rehype-accessible-emojis": "^0.3.2",
"rehype-parse": "^7.0.1",
"rehype-plaintext": "^1.0.0",
"rehype-raw": "^5.0.0",
"rehype-remark": "^8.0.0",
"remark": "^13.0.0",
"remark-abbr": "^1.4.1",
"remark-mdx": "^1.6.22",
"remark-mdx-to-plain-text": "^3.0.0",
"remark-shiki-twoslash": "^1.0.2",
"remark-slug": "^6.0.0",
"remark-stringify": "^9.0.1",
"rollup": "^2.0.0",
"serve": "^11.3.2",
"sharp": "^0.27.1",
"shiki-languages": "^0.2.7",
"ts-json-validator": "^0.7.1",
"typescript": "^4.2"
},
"optionalDependencies": {
"fsevents": "*"
},
"resolutions": {
"microsite/preact": "^10.5.10"
}
}