๐Ÿ“ฆ RightNow-AI / RightNow-Tile

๐Ÿ“„ package.json ยท 54 lines
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{
  "name": "rightnow-tile",
  "version": "2.0.0",
  "description": "CUDA to cuTile Python transpiler for NVIDIA Blackwell GPUs",
  "keywords": [
    "cuda",
    "cutile",
    "nvidia",
    "blackwell",
    "gpu",
    "transpiler",
    "compiler"
  ],
  "author": "RightNow AI",
  "license": "MIT",
  "homepage": "https://tile.rightnowai.co",
  "repository": {
    "type": "git",
    "url": "https://github.com/RightNow-AI/RightNow-Tile"
  },
  "bugs": {
    "url": "https://github.com/RightNow-AI/RightNow-Tile/issues"
  },
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "eslint"
  },
  "dependencies": {
    "@monaco-editor/react": "^4.7.0",
    "@vercel/analytics": "^1.6.1",
    "framer-motion": "^12.23.25",
    "lucide-react": "^0.556.0",
    "next": "16.0.8",
    "next-themes": "^0.4.6",
    "react": "19.2.1",
    "react-dom": "19.2.1",
    "tailwindcss-animate": "^1.0.7",
    "web-tree-sitter": "^0.25.10"
  },
  "devDependencies": {
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "autoprefixer": "^10.4.22",
    "eslint": "^9",
    "eslint-config-next": "16.0.8",
    "postcss": "^8.5.6",
    "tailwindcss": "^3.4.1",
    "typescript": "^5"
  }
}