-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.13 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.13 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
{
"name": "nteract.io",
"description": "nteract desktop landing page",
"version": "3.0.0",
"author": "nteract contributors",
"bugs": {
"url": "https://github.com/nteract/nteract.io/issues"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"@mdx-js/loader": "^3.1.1",
"@next/mdx": "^16.2.9",
"@vercel/analytics": "^2.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fumadocs-core": "^16.10.6",
"gray-matter": "^4.0.3",
"lucide-react": "^1.21.0",
"next": "16.2.11",
"react": "19.2.7",
"react-dom": "19.2.7",
"rehype-pretty-code": "^0.14.3",
"rehype-slug": "^6.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/js-yaml": "^4.0.9",
"@types/mdx": "^2.0.14",
"@types/node": "^26.0.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"autoprefixer": "^10.5.2",
"js-yaml": "^4.3.0",
"jsdom": "^29.1.1",
"postcss": "^8.5.15",
"tailwindcss": "^4.3.1",
"typescript": "^6.0.3",
"vite": "^8.1.0",
"vitest": "^4.1.9"
},
"homepage": "https://github.com/nteract/nteract.io#readme",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/nteract/nteract.io.git"
},
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"test": "vitest run",
"test:watch": "vitest",
"validate:changelog": "node scripts/validate-changelog-links.mjs"
},
"packageManager": "pnpm@10.30.0+sha512.2b5753de015d480eeb88f5b5b61e0051f05b4301808a82ec8b840c9d2adf7748eb352c83f5c1593ca703ff1017295bc3fdd3119abb9686efc96b9fcb18200937",
"pnpm": {
"overrides": {
"vite": "^8.0.16",
"picomatch@2": "^2.3.2",
"picomatch@4": "^4.0.4",
"undici@7": "^7.28.0",
"postcss@8": "^8.5.10",
"gray-matter>js-yaml": "^4.2.0"
}
}
}