SherlockRamos commited on
Commit
31637c8
·
verified ·
1 Parent(s): 32e6ed7

Upload package.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. package.json +30 -0
package.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "ai-wiki-br",
3
+ "version": "0.1.0",
4
+ "private": true,
5
+ "scripts": {
6
+ "dev": "next dev",
7
+ "build": "next build",
8
+ "start": "next start",
9
+ "lint": "next lint"
10
+ },
11
+ "dependencies": {
12
+ "next": "14.0.0",
13
+ "react": "^18",
14
+ "react-dom": "^18",
15
+ "react-icons": "^4.12.0",
16
+ "react-hot-toast": "^2.4.1",
17
+ "lucide-react": "^0.294.0"
18
+ },
19
+ "devDependencies": {
20
+ "@types/node": "^20",
21
+ "@types/react": "^18",
22
+ "@types/react-dom": "^18",
23
+ "autoprefixer": "^10.0.1",
24
+ "eslint": "^8",
25
+ "eslint-config-next": "14.0.0",
26
+ "postcss": "^8",
27
+ "tailwindcss": "^3.3.0",
28
+ "typescript": "^5"
29
+ }
30
+ }