This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
58 lines (58 loc) · 1.74 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": "with-reasonml",
"version": "1.0.0",
"scripts": {
"dev": "concurrently 'yarn dev:reason' 'yarn dev:next'",
"dev:reason": "bsb -clean-world -make-world -w",
"dev:next": "next dev -p 8000",
"clean": "bsb -clean-world",
"build": "npm run build:graphdoc && bsb -make-world && next build",
"build:graphdoc": "graphdoc -v -s graphql_schema.json -b /graphql-docs/ -o ./public/graphql-docs --force ",
"export": "yarn build && next export",
"start": "next start -p 8000",
"reformat": "bsrefmt --in-place src/**/*.re"
},
"license": "ISC",
"dependencies": {
"@mdx-js/loader": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"@next/mdx": "^9.1.5",
"bs-css": "^9.0.1",
"bs-fetch": "^0.5.0",
"bs-react-intl": "^2.0.0",
"bsc-stdlib-polyfill": "Schmavery/bsc-stdlib-polyfill",
"emotion-server": "^10.0.17",
"isomorphic-unfetch": "^3.0.0",
"moment": "^2.26.0",
"next": "^10.0.0",
"next-transpile-modules": "4.1.0",
"nextjs-morph-page": "^2.0.3",
"react": "^16.14.0",
"react-cookie-consent": "^3.0.0",
"react-dom": "^16.14.0",
"react-gtm-module": "^2.0.8",
"react-intl": "^5.15.7",
"reason-react": "0.8.0",
"rehype-katex": "^2.0.0",
"rehype-raw": "^4.0.1",
"rehype-react": "^4.0.1",
"rehype-sanitize": "^3.0.0",
"remark-math": "^2.0.0",
"remark-parse": "^7.0.2",
"remark-rehype": "^5.0.0",
"remark-slug": "^5.1.2",
"unified": "^8.4.2",
"util": "^0.12.4"
},
"devDependencies": {
"@2fd/graphdoc": "^2.4.0",
"@babel/core": "^7.4.3",
"@next/bundle-analyzer": "^9.1.4",
"bs-platform": "8",
"concurrently": "^4.1.0",
"rehype-highlight": "^3.1.0"
},
"resolutions": {
"serialize-javascript": "^2.1.1"
}
}