-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.29 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
{
"name": "bhaskar",
"version": "0.0.1",
"private": true,
"description": "A personal portfolio showcasing my projects, skills, and experiences, along with comprehensive documentation for various tools",
"license": "MIT",
"author": {
"name": "Bhaskar Khoraja",
"url": "https://twitter.com/bhaskarkhoraja"
},
"type": "module",
"scripts": {
"build": "turbo build",
"clean": "turbo clean",
"dev": "turbo dev",
"lint": "turbo lint",
"lint:fix": "turbo run lint:fix",
"format:check": "turbo run format:check",
"format:write": "turbo run format:write",
"type-check": "turbo type-check",
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@config/eslint-config": "workspace:*",
"@config/prettier-config": "workspace:*",
"@config/tailwind-config": "workspace:*",
"@config/typescript-config": "workspace:*",
"eslint": "^8.57.0",
"husky": "^9.1.3",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"stylelint": "^16.7.0",
"stylelint-config-standard": "^36.0.1",
"turbo": "^2.0.9",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=22"
},
"dependencies": {
"geist": "^1.3.1"
}
}