-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.12 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
{
"name": "octobanon-website",
"description": "Personal website with information about me",
"license": "AGPL-3.0-only",
"version": "0.12.8",
"author": "Maksim Bengraf <[email protected]> (https://octobanon.com/)",
"contributors": [
{
"name": "Konstantin Zhigaylo",
"email": "[email protected]",
"url": "https://kostyazero.com/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/OctoBanon-Main/website.git"
},
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "16.3.1",
"react": "19.2.8",
"react-dom": "19.2.8",
"sonner": "^2.0.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.6",
"@tailwindcss/postcss": "^4.3.3",
"@types/node": "^26.2.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"eslint": "^10.8.1",
"eslint-config-next": "16.3.1",
"tailwindcss": "^4.3.3",
"typescript": "^7.0.2"
},
"trustedDependencies": [
"@tailwindcss/oxide",
"unrs-resolver"
]
}