-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "whoami",
"version": "1.0.0",
"description": "My next generation portfolio",
"author": "ijsKoud <[email protected]>",
"license": "MIT",
"workspaces": [
"apps/*",
"packages/*"
],
"homepage": "https://github.com/ijsKoud/whoami",
"scripts": {
"build": "turbo run build",
"start:dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"postinstall": "is-ci || husky"
},
"devDependencies": {
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/ts-config": "^5.0.1",
"@snowcrystals/prettier-config": "^1.0.0",
"@types/node": "^20.17.9",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.18",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.7",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.10",
"nodemon": "^3.1.7",
"prettier": "^3.4.1",
"turbo": "^1.13.4",
"typescript": "5.7.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-simple-import-sort": "^12.1.1"
},
"engines": {
"node": ">= v18.16.0"
},
"packageManager": "[email protected]"
}