shimanta420 commited on
Commit
9733ae0
·
verified ·
1 Parent(s): 6deb18f

Upload package.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. package.json +27 -0
package.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "toolsentry",
3
+ "version": "1.0.0",
4
+ "scripts": {
5
+ "dev": "next dev",
6
+ "build": "next build",
7
+ "start": "next start",
8
+ "lint": "next lint"
9
+ },
10
+ "dependencies": {
11
+ "next": "^13.4.7",
12
+ "react": "^18.2.0",
13
+ "react-dom": "^18.2.0",
14
+ "react-icons": "^4.8.0",
15
+ "tailwindcss": "^3.3.2",
16
+ "openai": "^3.3.0",
17
+ "axios": "^1.3.4",
18
+ "react-hot-toast": "^2.4.0"
19
+ },
20
+ "devDependencies": {
21
+ "autoprefixer": "^10.4.14",
22
+ "eslint": "^8.36.0",
23
+ "eslint-config-next": "^13.2.4",
24
+ "postcss": "^8.4.21",
25
+ "typescript": "^5.0.4"
26
+ }
27
+ }