๐Ÿ“ฆ noxify / vite-rsc-ssg-renoun

๐Ÿ“„ package.json ยท 57 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
55
56
57{
  "name": "vite-rsc-ssg-renoun",
  "version": "0.0.0",
  "private": true,
  "license": "MIT",
  "type": "module",
  "scripts": {
    "dev": " renoun vite",
    "build": "vite build",
    "preview": "tsx src/localserver.ts",
    "lint": "eslint --cache --cache-location .cache/.eslintcache",
    "lint:fix": "eslint --fix --cache --cache-location .cache/.eslintcache",
    "format": "prettier --check . --ignore-path .gitignore --ignore-path .prettierignore --cache --cache-location .cache/.prettiercache",
    "format:fix": "prettier --check --write . --ignore-path .gitignore --ignore-path .prettierignore --cache --cache-location .cache/.prettiercache"
  },
  "prettier": "./prettier.config.js",
  "dependencies": {
    "@mdx-js/react": "3.1.1",
    "@mdx-js/rollup": "3.1.1",
    "@renoun/mdx": "3.2.1",
    "react": "19.2.0",
    "react-dom": "19.2.0",
    "remark-frontmatter": "5.0.0",
    "remark-mdx-frontmatter": "5.2.0",
    "renoun": "10.5.4",
    "@radix-ui/react-slot": "^1.2.3",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "lucide-react": "0.546.0",
    "zod": "4.1.12",
    "tm-grammars": "1.24.23",
    "tm-themes": "1.10.11"
  },
  "devDependencies": {
    "tailwind-merge": "3.3.1",
    "@tailwindcss/vite": "4.1.14",
    "tailwindcss": "4.1.14",
    "tw-animate-css": "1.4.0",
    "vite-tsconfig-paths": "5.1.4",
    "@ianvs/prettier-plugin-sort-imports": "4.7.0",
    "@mdx-js/rollup": "3.1.1",
    "@types/node": "22.18.11",
    "@types/react": "19.2.2",
    "@types/react-dom": "19.2.2",
    "@vitejs/plugin-react": "latest",
    "@vitejs/plugin-rsc": "latest",
    "prettier": "3.6.2",
    "prettier-plugin-tailwindcss": "0.7.1",
    "rsc-html-stream": "0.0.7",
    "vite": "7.1.10",
    "vite-plugin-commonjs": "0.10.4",
    "serve-handler": "6.1.6",
    "@types/serve-handler": "6.1.4",
    "tsx": "4.20.6"
  }
}