-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.2 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
{
"name": "nyantech.com",
"version": "0.1.0",
"private": true,
"engines": {
"node": "22.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@primer/css": "^22.1.0",
"date-fns": "^4.1.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.11.1",
"marked": "^18.0.0",
"marked-highlight": "^2.2.4",
"next": "^16.2.3",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"sanitize-html": "^2.17.2",
"sass": "^1.99.0"
},
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/eslint": "^9.6.1",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/sanitize-html": "^2.16.1",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-v8": "^4.1.4",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.3",
"jiti": "^2.6.1",
"jsdom": "^29.0.2",
"typescript": "^6.0.2",
"vitest": "^4.0.18"
}
}