-
-
Notifications
You must be signed in to change notification settings - Fork 258
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 4.16 KB
/
package.json
File metadata and controls
113 lines (113 loc) · 4.16 KB
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
{
"name": "rescript-lang.org",
"private": true,
"version": "1.0.0",
"author": "Patrick Ecker <ryyppy@users.noreply.github.com>",
"license": "MIT",
"engines": {
"node": ">=22"
},
"packageManager": "yarn@4.13.0",
"type": "module",
"scripts": {
"build:scripts": "yarn dlx tsdown@0.21.7 scripts/*.jsx -d _scripts --no-clean --ext .mjs",
"build:generate-llms": "node _scripts/generate_llms.mjs",
"build:res": "rescript build --warn-error +3+8+11+12+26+27+31+32+33+34+35+39+44+45+110",
"build:sync-bundles": "node scripts/sync-playground-bundles.mjs",
"build:update-index": "yarn build:generate-llms && node _scripts/generate_feed.mjs > public/blog/feed.xml",
"build:vite": "react-router build",
"build": "yarn build:res && yarn build:scripts && yarn build:update-index && yarn build:vite",
"ci:format": "prettier . --check --experimental-cli",
"ci:test": "yarn vitest --run --browser.headless",
"clean:res": "rescript clean",
"convert-images": "auto-convert-images",
"dev:res": "rescript watch",
"dev:vite": "react-router dev --host",
"dev:wrangler": "yarn wrangler pages dev build/client",
"dev": "yarn prepare && yarn dev:res & yarn dev:vite & yarn dev:wrangler",
"format": "prettier . --write --experimental-cli && rescript format",
"prepare": "yarn build:res && yarn build:scripts && yarn build:update-index",
"preview": "yarn build && static-server build/client",
"reanalyze": "rescript-tools reanalyze -all-cmt .",
"test": "node scripts/test-examples.mjs && node scripts/test-hrefs.mjs",
"vitest": "vitest",
"vitest:update": "vitest --run --browser.headless --update"
},
"dependencies": {
"@babel/generator": "^7.29.1",
"@babel/parser": "^7.29.2",
"@babel/traverse": "^7.29.0",
"@cloudflare/pages-plugin-vercel-og": "^0.1.2",
"@codemirror/commands": "^6.10.3",
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/language": "^6.12.3",
"@codemirror/lint": "^6.9.5",
"@codemirror/search": "^6.6.0",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.41.0",
"@docsearch/react": "^4.6.2",
"@headlessui/react": "^2.2.9",
"@lezer/highlight": "^1.2.3",
"@mdx-js/mdx": "^3.1.1",
"@node-cli/static-server": "^3.1.10",
"@react-router/node": "^7.14.0",
"@replit/codemirror-vim": "^6.3.0",
"@rescript/react": "^0.14.2",
"@rescript/webapi": "0.1.0-experimental-29db5f4",
"@tsnobip/rescript-lezer": "^0.8.0",
"docson": "^2.1.0",
"fuse.js": "^6.6.2",
"highlight.js": "^11.11.1",
"highlightjs-rescript": "^0.2.2",
"isbot": "^5.1.37",
"lz-string": "^1.5.0",
"mdast-util-from-markdown": "^2.0.3",
"mdast-util-to-string": "^4.0.0",
"mdast-util-toc": "^7.1.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"react-router": "^7.14.0",
"react-router-dom": "^7.14.0",
"react-router-mdx": "patch:react-router-mdx@npm%3A1.0.8#~/.yarn/patches/react-router-mdx-npm-1.0.8-d4402c3003.patch",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-comment": "^1.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-validate-links": "^13.1.0",
"rescript": "^12.2.0",
"tinyglobby": "^0.2.15",
"unified": "^11.0.5",
"vfile-matter": "^5.0.1"
},
"devDependencies": {
"@prettier/plugin-oxc": "^0.1.3",
"@react-router/dev": "^7.14.0",
"@tailwindcss/vite": "^4.2.2",
"@types/react": "^19.2.14",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/browser-playwright": "^4.1.2",
"auto-image-converter": "^2.2.0",
"chokidar": "^4.0.3",
"dotenv": "^16.6.1",
"jsdom": "^26.1.0",
"lefthook": "^2.1.4",
"lightningcss": "^1.32.0",
"playwright": "^1.59.1",
"prettier": "^3.8.1",
"remark-cli": "^12.0.1",
"search-insights": "^2.17.3",
"tailwindcss": "^4",
"to-vfile": "^8.0.0",
"vfile-reporter": "^8.1.1",
"vite": "^8.0.3",
"vite-plugin-devtools-json": "^1.0.0",
"vite-plugin-env-compatible": "^2.0.1",
"vite-plugin-page-reload": "^0.2.3",
"vitest": "^4.1.2",
"vitest-browser-react": "^2.2.0",
"wrangler": "^4.80.0"
}
}