Skip to content

Commit

Permalink
feat: add json support
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiensun committed Nov 2, 2023
1 parent 8019695 commit 2efed7b
Show file tree
Hide file tree
Showing 15 changed files with 684 additions and 33 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Prettier Java Playground</title>
<title>Prettier Playground</title>
</head>
<body>
<div id="root"></div>
Expand Down
254 changes: 252 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"dependencies": {
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
Expand Down
Loading

0 comments on commit 2efed7b

Please sign in to comment.