File size: 464 Bytes
c6eeecc
f817b5c
c6eeecc
 
 
 
 
 
 
 
 
f817b5c
c6eeecc
f817b5c
 
c6eeecc
f817b5c
c6eeecc
 
 
f817b5c
c6eeecc
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "js-app",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@gradio/client": "^0.1.1",
    "autoprefixer": "10.4.14",
    "dayjs": "^1.11.7",
    "net": "^1.0.2",
    "next": "13.4.3",
    "npx": "^10.2.2",
    "postcss": "8.4.23",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "tailwindcss": "3.3.2"
  }
}