-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.45 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
{
"name": "corne-info",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"rescript build -with-deps -w\" \"next dev\"",
"dev:reason": "bsb -clean-world -make-world -w",
"dev:next": "next dev",
"build": "rescript build -with-deps && next build",
"start": "next start"
},
"dependencies": {
"@glennsl/rescript-fetch": "^0.1.4",
"@glennsl/rescript-json-combinators": "^1.0.0",
"@loadable/component": "^5.15.2",
"@mdx-js/loader": "^2.2.1",
"@mdx-js/react": "^2.2.1",
"@next/mdx": "^13.1.1",
"@opendevtools/rescript-intl": "^4.0.0",
"@rescript/react": "^0.11.0",
"@ryyppy/rescript-promise": "^2.1.0",
"@types/loadable__component": "^5.13.3",
"@zeit/next-source-maps": "^0.0.3",
"classnames": "^2.3.2",
"gray-matter": "^4.0.3",
"next": "^14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-refractor": "^2.1.7",
"refractor": "^4.8.0",
"remark-frontmatter": "^4.0.1",
"rescript": "^10.0.1",
"rescript-next": "^12.0.1"
},
"devDependencies": {
"@types/classnames": "^2.2.11",
"@types/mdx-js__react": "^1.5.3",
"@types/node": "^18.11.10",
"@types/react": "^18.0.25",
"@types/refractor": "^3.0.0",
"babel-plugin-import-glob-array": "^0.2.0",
"concurrently": "^7.6.0",
"gentype": "^4.5.0",
"next-transpile-modules": "^10.0.0",
"typescript": "^5.0.4"
},
"resolutions": {
"@types/react": "^18.0.14"
}
}