-
Notifications
You must be signed in to change notification settings - Fork 749
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.44 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.44 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
{
"name": "preguntas-entrevista-react",
"version": "1.0.1",
"description": "",
"private": true,
"engines": {
"node": "22.x"
},
"scripts": {
"markdown:lint": "node scripts/lint.mjs",
"dev": "next dev --turbopack",
"build": "node scripts/markdownToJson.mjs && next build",
"start": "next start",
"prettier": "prettier --write .",
"lint": "oxlint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/midudev/preguntas-entrevista-react.git"
},
"bugs": {
"url": "https://github.com/midudev/preguntas-entrevista-react/issues"
},
"homepage": "https://github.com/midudev/preguntas-entrevista-react#readme",
"devDependencies": {
"@tailwindcss/postcss": "4.2.2",
"@types/node": "25.6.0",
"@types/react": "19.2.14",
"markdownlint": "0.40.0",
"oxlint": "^1.59.0",
"postcss": "8.5.9",
"tailwindcss": "4.2.2",
"typescript": "6.0.2"
},
"dependencies": {
"@headlessui/react": "2.2.10",
"@sindresorhus/slugify": "3.0.0",
"@tabler/icons-react": "3.41.1",
"@vercel/og": "0.11.1",
"fs-extra": "11.3.4",
"fuse.js": "7.3.0",
"just-debounce-it": "3.2.0",
"marked": "18.0.0",
"next": "16.2.3",
"prettier": "3.8.2",
"prismjs": "1.30.0",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-github-btn": "1.4.0",
"tailwind-animations": "1.0.1"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.14"
}
}
}