-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.67 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
53
54
55
56
57
{
"name": "walnuts.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build && next-sitemap --config next-sitemap.config.js",
"start": "next build && next start",
"lint": "next lint --dir src",
"lint:fix": "next lint --dir src --fix"
},
"dependencies": {
"body-scroll-lock": "^4.0.0-beta.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"next": "15.1.7",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "^5.3.0",
"react-modal": "^3.16.1",
"react-share": "^5.1.1",
"rss-parser": "^3.13.0",
"swr": "^2.2.5",
"tailwind-merge": "^3.0.0"
},
"devDependencies": {
"@eslint/compat": "^1.2.3",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.15.0",
"@next/bundle-analyzer": "^15.0.3",
"@types/body-scroll-lock": "^3.1.2",
"@types/node": "^22.8.7",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/react-modal": "^3.16.3",
"@typescript-eslint/parser": "^8.16.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.16.0",
"eslint-config-next": "15.1.7",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-perfectionist": "^4.1.0",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "^15.13.0",
"next-sitemap": "^4.2.3",
"postcss": "^8",
"react-schemaorg": "^2.0.0",
"schema-dts": "^1.1.2",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"typescript-eslint": "^8.17.0"
},
"resolutions": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}