-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1021 Bytes
/
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
{
"name": "personal-websites",
"version": "0.0.0",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"build": "nx run-many --target=build",
"lint": "eslint \"**/*.{astro,ts,js}\"",
"type:check": "nx run-many --target=type:check",
"format": "prettier \"**/*.{astro,ts,js,cjs,css,json,md,yml,yaml}\" --write",
"format:check": "prettier \"**/*.{astro,ts,js,cjs,css,json,md,yml,yaml}\" --check"
},
"devDependencies": {
"@eslint/js": "8.57.0",
"@nix6839/prettier-config": "2.2.0",
"@types/eslint": "8.56.6",
"eslint": "8.57.0",
"eslint-config-flat-gitignore": "0.1.5",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "0.34.0",
"globals": "15.0.0",
"nx": "18.2.1",
"prettier": "3.2.5",
"prettier-plugin-astro": "0.13.0",
"prettier-plugin-tailwindcss": "0.5.13",
"typescript-eslint": "7.5.0",
"typescript-eslint-parser-for-extra-files": "0.6.0"
},
"packageManager": "[email protected]+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589"
}