-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.71 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.71 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
{
"name": "mvp-station-work",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "rescript build && next build",
"start": "next start",
"lint": "next lint",
"postinstall": "patch-package"
},
"dependencies": {
"@emotion/cache": "11.10.1",
"@emotion/css": "11.10.0",
"@emotion/server": "11.10.0",
"@glennsl/rescript-fetch": "^0.1.4",
"@greenlabs/ppx-ts": "0.1.7",
"@greenlabs/rescript-date-fns": "1.0.0",
"@greenlabs/rescript-jest": "1.0.1",
"@opendevtools/rescript-intl": "4.0.0",
"@radix-ui/react-dialog": "1.0.2",
"@radix-ui/react-navigation-menu": "1.1.1",
"@rescript/react": "0.10.3",
"@rescriptbr/ancestor": "1.0.0-5",
"@rescriptbr/radix-ui": "1.2.0",
"@ryyppy/rescript-promise": "^2.1.0",
"@supabase/supabase-js": "^2.2.1",
"@svgr/webpack": "6.3.1",
"axios": "^1.2.1",
"cheerio": "1.0.0-rc.12",
"cors": "^2.8.5",
"date-fns": "2.29.3",
"gray-matter": "4.0.3",
"html-entities": "2.3.3",
"next": "13.0.2",
"next-sitemap": "3.1.30",
"next-transpile-modules": "10.0.0",
"normalize.css": "8.0.1",
"patch-package": "6.5.0",
"prismjs": "1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-toastify": "^9.1.1",
"remark": "14.0.2",
"remark-html": "15.0.1",
"rescript": "10.1.0-rc.5",
"rescript-js": "1.0.0-beta.2",
"rescript-next": "12.0.1",
"rescript-nodejs": "14.3.1",
"url-loader": "4.1.1"
},
"overrides": {
"react": "18.2.0",
"react-dom": "18.2.0",
"rescript": "10.1.0-rc.5"
},
"devDependencies": {
"@reasonbr/bs-toastify": "https://github.com/rescriptbr/rescript-toastify.git",
"lenses-ppx": "^6.1.10"
}
}