-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 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
53
54
55
56
57
58
{
"name": "bernardoforcillo-com",
"homepage": "https://bernardoforcillo.com",
"private": true,
"licenses": [
{
"type": "AGPL-3.0-or-later",
"url": "https://github.com/bernardoforcillo/bernardoforcillo-com/blob/main/license.md"
}
],
"author": {
"name": "Bernardo Forcillo",
"email": "bernardoforcillo@outlook.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bernardoforcillo/bernardoforcillo-com.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"format": "prettier --write .",
"prepare": "husky"
},
"dependencies": {
"clsx": "^2.1.1",
"next": "^15.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@types/eslint": "^9.6.1",
"@types/node": "^22.8.6",
"@types/react": "^18.3.12",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"eslint": "^9.13.0",
"eslint-config-next": "^15.0.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"husky": "^9.1.6",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"browserslist": [
"> 0.1% and last 2 versions and not dead",
"maintained node versions"
],
"packageManager": "pnpm@9.12.3"
}