-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.53 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.53 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "tailwindui-syntax",
"version": "0.1.0",
"private": true,
"scripts": {
"agent-skills": "node scripts/generate-agent-skills.mjs",
"prebuild": "npm run agent-skills",
"predev": "npm run agent-skills",
"build": "next build",
"dev": "next dev & npm run sync -- -w",
"links": "./scripts/checkLinks.sh",
"lint": "next lint",
"lint:fix": "next lint --fix",
"preinstall": "npx only-allow pnpm",
"prettier": "prettier . --write",
"prettier:ci": "prettier . --check",
"start": "next start",
"sync": "npx next-video sync -d ./src/videos",
"test": "playwright test --project replay-chromium"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@algolia/autocomplete-core": "^1.19.6",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.2.0",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^16.1.6",
"@radix-ui/react-accordion": "^1.2.12",
"@sindresorhus/slugify": "^2.2.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@types/mdx": "^2.0.13",
"@types/node": "^20.19.33",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@types/react-highlight-words": "^0.16.7",
"@vercel/analytics": "^1.6.1",
"acorn": "^8.16.0",
"acorn-jsx": "^5.3.2",
"autoprefixer": "^10.4.24",
"clsx": "^2.1.1",
"dotenv": "^16.6.1",
"fast-glob": "^3.3.3",
"flexsearch": "^0.7.43",
"gray-matter": "^4.0.3",
"logrocket": "^8.1.3",
"mixpanel-browser": "^2.74.0",
"next": "^14.2.35",
"next-themes": "^0.2.1",
"next-video": "^0.16.2",
"prism-react-renderer": "^2.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-highlight-words": "^0.20.0",
"rehype-slug": "^6.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-mdx-frontmatter": "^5.2.0",
"simple-functional-loader": "^1.2.1",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@replayio/playwright": "^3.1.9",
"@types/bun": "^1.3.9",
"@types/mixpanel-browser": "^2.66.0",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.35",
"marked": "^12.0.2",
"node-fetch": "^3.3.2",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.5.14",
"sharp": "0.33.1"
},
"volta": {
"node": "20.12.0",
"bun": "1.1.1"
},
"packageManager": "pnpm@9.15.4"
}