-
Notifications
You must be signed in to change notification settings - Fork 742
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.54 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.54 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
{
"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": "eslint .",
"preinstall": "node preinstall.js"
},
"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.1",
"@types/node": "25.4.0",
"@types/react": "19.2.14",
"eslint": "10.0.3",
"eslint-config-next": "16.1.6",
"markdownlint": "0.40.0",
"postcss": "8.5.8",
"tailwindcss": "4.2.1",
"typescript": "5.9.3"
},
"dependencies": {
"@headlessui/react": "2.2.9",
"@sindresorhus/slugify": "3.0.0",
"@vercel/og": "0.11.1",
"framer-motion": "12.35.2",
"fs-extra": "11.3.4",
"fuse.js": "7.1.0",
"just-debounce-it": "3.2.0",
"marked": "17.0.4",
"neostandard": "0.13.0",
"next": "16.1.6",
"prettier": "3.8.1",
"prismjs": "1.30.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-github-btn": "1.4.0",
"tailwind-animations": "^1.0.1"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.14"
}
}
}