-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.59 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
{
"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",
"format": "prettier --write --ignore-path .gitignore './**/*.{js,jsx,ts,tsx,json}'"
},
"dependencies": {
"body-scroll-lock": "^4.0.0-beta.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"next": "15.0.1",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"react-icons": "^5.3.0",
"react-modal": "^3.16.1",
"react-share": "^5.1.0",
"rss-parser": "^3.13.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@next/bundle-analyzer": "^15.0.3",
"@types/body-scroll-lock": "^3.1.2",
"@types/node": "^22.8.7",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/react-modal": "^3.16.3",
"autoprefixer": "^10.4.19",
"eslint": "^9.14.0",
"eslint-config-next": "15.0.2",
"next-sitemap": "^4.2.3",
"postcss": "^8",
"prettier": "3.3.3",
"react-schemaorg": "^2.0.0",
"schema-dts": "^1.1.2",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"resolutions": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
}
}