forked from jpvalery/og
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
{
"private": true,
"name": "cio-og",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx}\""
},
"dependencies": {
"@babel/runtime": "^7.19.0",
"@monaco-editor/react": "^4.4.5",
"@resvg/resvg-wasm": "^2.3.1",
"blob-stream": "^0.1.3",
"copy-to-clipboard": "^3.3.2",
"fflate": "^0.7.3",
"intl-segmenter-polyfill": "^0.4.4",
"js-base64": "^3.7.2",
"next": "^14.1.1",
"pdfkit": "^0.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.3.0",
"react-live": "^4.1.6",
"react-resizable-panels": "^0.0.30",
"satori": "0.10.13",
"svg-to-pdfkit": "^0.1.8"
},
"devDependencies": {
"@types/blob-stream": "^0.1.30",
"@types/pdfkit": "^0.12.7",
"@types/react-dom": "^18.0.6",
"@types/svg-to-pdfkit": "^0.1.0",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"postcss": "^8.4.35",
"prettier": "3.2.5",
"regenerator": "link:@babel/runtime/regenerator",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
}
}