-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
58 lines (58 loc) · 1.67 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
{
"name": "@marko/website",
"description": "https://markojs.com",
"devDependencies": {
"@babel/core": "^7.26.0",
"@marko-tags/subscribe": "^0.5.1",
"@marko/build": "^4.3.2",
"@marko/compiler": "^5.39.10",
"@marko/runtime-tags": "^0.3.18",
"@marko/serve": "^4.2.9",
"@marko/tags-api-preview": "^0.8.0",
"@prettier/sync": "^0.5.2",
"assert": "^2.1.0",
"babel-plugin-transform-commonjs": "^1.1.6",
"babel-plugin-transform-define": "^2.1.4",
"buffer": "^6.0.3",
"concat-with-sourcemaps": "^1.1.0",
"crypto-browserify": "^3.12.1",
"enquirer": "^2.4.1",
"events-light": "^1.0.5",
"gh-got": "^9.0.0",
"http-server": "^14.1.1",
"import-all.macro": "^3.1.0",
"magic-string": "^0.30.17",
"marked": "^4.0.18",
"marko": "^5.37.10",
"md5": "^2.3.0",
"memfs": "^3.4.7",
"monaco-editor": "^0.31.1",
"octicons": "^8.5.0",
"path-browserify": "^1.0.1",
"prettier": "^3.4.2",
"prettier-plugin-marko": "^3.1.12",
"process": "^0.11.10",
"resolve-from": "^5.0.0",
"rollup": "^2.77.2",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"vscode-oniguruma": "^1.6.2",
"vscode-textmate": "^6.0.0",
"webpack-node-externals": "^3.0.0",
"worker-loader": "^3.0.8"
},
"private": true,
"scripts": {
"build": "NODE_ENV=production marko-build ./src/pages --static",
"preview": "npm run build && http-server ./build",
"dev": "marko-serve ./src/pages",
"publish": "node ./publish"
},
"dependencies": {
"@docsearch/css": "^3.8.2",
"@docsearch/js": "^3.8.2",
"lz-string": "^1.5.0",
"resolve": "^1.22.10",
"resolve.exports": "^1.1.0"
}
}