-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.61 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
{
"name": "jdkcomparison",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbopack",
"e2e": "playwright test e2e",
"acceptance": "playwright test acceptance",
"jest": "jest --transformIgnorePatterns \"node_modules/(?!micromark)/\"",
"lint": "eslint",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "2.2.10",
"github-slugger": "2.0.0",
"immer": "11.1.8",
"micromark": "4.0.2",
"next": "16.2.6",
"react": "19.2.6",
"react-dom": "19.2.6",
"use-immer": "0.11.0"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.5",
"@eslint/js": "9.39.4",
"@jest/globals": "30.4.1",
"@mdx-js/loader": "3.1.1",
"@mdx-js/react": "3.1.1",
"@next/mdx": "16.2.6",
"@playwright/test": "1.60.0",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.11",
"@tailwindcss/postcss": "4.3.0",
"@tailwindcss/typography": "0.5.19",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@types/node": "24.12.4",
"@types/react": "19.2.15",
"@types/react-dom": "19.2.3",
"eslint": "9.39.4",
"eslint-config-next": "16.2.6",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.6",
"jest": "30.4.2",
"jest-environment-jsdom": "30.4.1",
"jest-junit": "17.0.0",
"mocha-junit-reporter": "2.2.1",
"next-router-mock": "1.0.5",
"postcss": "8.5.15",
"prettier": "3.8.3",
"resize-observer-polyfill": "1.5.1",
"tailwindcss": "4.3.0",
"typescript": "6.0.3",
"typescript-eslint": "8.60.0"
},
"overrides": {
"@types/react": "19.2.15",
"@types/react-dom": "19.2.3"
}
}