File size: 1,469 Bytes
8e40013
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
02f749e
 
21800ce
8e40013
 
 
02f749e
 
8e40013
 
 
 
 
02f749e
 
8e40013
e831a1d
 
 
 
 
8e40013
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
  "name": "nextjs-hf-spaces",
  "version": "0.0.1",
  "description": "Run your ML demo with ease in a Next.js environment",
  "keywords": [
    "nextjs",
    "artificial intelligence",
    "javascript",
    "typescript",
    "hugging face",
    "machine learning"
  ],
  "license": "MIT",
  "author": {
    "name": "Tim Pietrusky",
    "url": "https://github.com/TimPietrusky"
  },
  "scripts": {
    "build": "next build",
    "dev": "next dev",
    "lint": "next lint",
    "spj": "npx sort-package-json",
    "start": "next start",
    "toc": "npx markdown-toc README.md -i"
  },
  "dependencies": {
    "@emotion/cache": "11.10.7",
    "@emotion/react": "11.10.6",
    "@emotion/server": "11.10.0",
    "@emotion/styled": "11.10.6",
    "@huggingface/inference": "2.3.3",
    "@mui/icons-material": "5.11.16",
    "@mui/material": "5.12.0",
    "@radix-ui/react-icons": "^1.3.0",
    "@radix-ui/react-slot": "^1.0.2",
    "@radix-ui/react-tooltip": "^1.0.7",
    "@types/node": "20.1.4",
    "@types/react": "18.2.6",
    "@types/react-dom": "18.2.4",
    "class-variance-authority": "^0.7.0",
    "clsx": "^2.0.0",
    "eslint": "8.40.0",
    "eslint-config-next": "13.4.2",
    "next": "13.4.2",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "tailwind-merge": "^2.0.0",
    "tailwindcss-animate": "^1.0.7",
    "typescript": "5.0.4"
  },
  "devDependencies": {
    "autoprefixer": "^10.4.16",
    "postcss": "^8.4.31",
    "tailwindcss": "^3.3.5"
  }
}