-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.34 KB
/
package.json
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": "kamatte-syndrome",
"version": "2.0.0",
"private": true,
"description": "plz kamatte me!!!",
"author": "kamatte",
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "prettier . --write",
"format:check": "prettier . --check",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"start": "next start",
"typecheck": "tsc --noEmit",
"vercel:deploy": "vercel",
"vercel:dev": "vercel dev",
"vercel:env:pull": "vercel env pull .env.local"
},
"dependencies": {
"@emotion/react": "11.14.0",
"@theme-ui/mdx": "0.17.1",
"destyle.css": "4.0.1",
"domelementtype": "2.3.0",
"feed": "4.2.2",
"html-react-parser": "5.2.2",
"next": "15.1.6",
"next-seo": "6.6.0",
"p-limit": "6.2.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "5.4.0",
"sitemap": "8.0.0",
"theme-ui": "0.17.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "15.1.6",
"@types/node": "22.13.1",
"@types/react": "19.0.8",
"@typescript-eslint/parser": "7.18.0",
"@vercel/style-guide": "6.0.0",
"eslint": "8.57.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-unused-imports": "4.1.4",
"prettier": "3.5.0",
"typescript": "5.7.3"
},
"packageManager": "[email protected]",
"engines": {
"node": "22.x"
}
}