-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.5 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.5 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
{
"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": {
"@mdx-js/loader": "^3.1.1",
"@next/mdx": "^15.5.12",
"@vercel/analytics": "^1.6.1",
"clsx": "^2.1.1",
"gray-matter": "^4.0.3",
"next": "15.5.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-pretty-code": "^0.14.3",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/mdx": "^2.0.13",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.4.17",
"jsdom": "^28.1.0",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"vitest": "^4.1.0"
},
"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"
},
"packageManager": "pnpm@10.30.0+sha512.2b5753de015d480eeb88f5b5b61e0051f05b4301808a82ec8b840c9d2adf7748eb352c83f5c1593ca703ff1017295bc3fdd3119abb9686efc96b9fcb18200937"
}