-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.51 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": "rnstudio.hu",
"version": "1.0.28",
"engines": {
"node": ">=18"
},
"description": "Richárd Nagy portfolio website using Next.js 14 features",
"repository": {
"type": "git",
"url": "https://github.com/RichardRNStudio/rnstudio.hu"
},
"author": "Richárd Nagy",
"license": "MIT",
"bugs": "https://github.com/RichardRNStudio/rnstudio.hu/issues",
"homepage": "https://github.com/RichardRNStudio/rnstudio.hu#readme",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"classnames": "^2.5.1",
"next": "15.0.3",
"next-seo": "^6.5.0",
"next-themes": "^0.3.0",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106"
},
"devDependencies": {
"@types/node": "^22",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/tailwindcss": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8",
"prettier": "^3.3.2",
"tailwindcss": "^3.4.10",
"typescript": "^5"
},
"resolutions": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}