Skip to content

Commit 119e2da

Browse files
author
Robin
committed
added exporting loading
1 parent 99cdc7a commit 119e2da

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1965
-1462
lines changed

next.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/** @type {import('next').NextConfig} */
2-
const nextConfig = {};
2+
const nextConfig = {
3+
reactStrictMode: false,
4+
};
35

46
export default nextConfig;

package-lock.json

Lines changed: 597 additions & 988 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "raycast",
2+
"name": "code2png",
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
@@ -9,15 +9,18 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12+
"@radix-ui/react-dialog": "^1.0.5",
1213
"@radix-ui/react-dropdown-menu": "^2.0.6",
1314
"@radix-ui/react-icons": "^1.3.0",
1415
"@radix-ui/react-select": "^2.0.0",
1516
"@radix-ui/react-slot": "^1.0.2",
1617
"@radix-ui/react-switch": "^1.0.3",
1718
"@radix-ui/react-toast": "^1.1.5",
19+
"@radix-ui/react-tooltip": "^1.0.7",
1820
"@reduxjs/toolkit": "^2.2.2",
1921
"class-variance-authority": "^0.7.0",
2022
"clsx": "^2.1.0",
23+
"cmdk": "^1.0.0",
2124
"dom-to-image": "^2.6.0",
2225
"file-saver": "^2.0.5",
2326
"framer-motion": "^11.0.20",
@@ -27,6 +30,7 @@
2730
"next-themes": "^0.3.0",
2831
"react": "^18",
2932
"react-dom": "^18",
33+
"react-icons": "^5.1.0",
3034
"react-redux": "^9.1.0",
3135
"react-resizable": "^3.0.5",
3236
"react-resizable-panels": "^2.0.16",

public/android-chrome-192x192.png

30.2 KB
Loading

public/android-chrome-512x512.png

157 KB
Loading

public/apple-touch-icon.png

27.1 KB
Loading

public/favicon-16x16.png

772 Bytes
Loading

public/favicon-32x32.png

1.96 KB
Loading

public/images/bg.png

487 KB
Loading

public/next.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)