Chand11 commited on
Commit
ff5a0fd
·
verified ·
1 Parent(s): 612842b

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +9 -0
package.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "recursive-ai-executor",
3
+ "version": "1.0.0",
4
+ "dependencies": {
5
+ "react": "^18.2.0",
6
+ "react-dom": "^18.2.0",
7
+ "tailwindcss": "^3.4.0"
8
+ }
9
+ }