-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.46 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
{
"private": true,
"packageManager": "[email protected]",
"license": "MIT",
"scripts": {
"lint": "eslint \"**/*.{ts,js,cjs,mjs,html}\"",
"lint:fix": "pnpm run lint --fix",
"stylelint": "stylelint \"**/*.{scss,html}\" --ignore-path .gitignore",
"stylelint:fix": "pnpm run stylelint --fix",
"format": "prettier --check \"**/*.{md,ts,js,cjs,mjs,scss,html,json,yml,prisma}\" --ignore-path .gitignore",
"format:fix": "pnpm run format --write"
},
"devDependencies": {
"@eslint/compat": "^1.0.0",
"@eslint/js": "^9.0.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.0.0",
"@types/cors": "^2.0.0",
"@types/express": "^5.0.0",
"@types/jest": "^29.0.0",
"@types/node": "^22.0.0",
"@types/uuid": "^10.0.0",
"angular-eslint": "^19.0.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.0.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-jest": "^28.0.0",
"eslint-plugin-jsdoc": "^50.0.0",
"eslint-plugin-tailwindcss": "^3.0.0",
"eslint-plugin-unicorn": "^56.0.0",
"globals": "^15.0.0",
"postcss": "^8.0.0",
"postcss-html": "^1.0.0",
"prettier": "~3.4.0",
"prettier-plugin-prisma": "~5.0.0",
"stylelint": "^16.0.0",
"stylelint-config-clean-order": "^6.0.0",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-use-logical-spec": "^5.0.0",
"typescript": "~5.6.0",
"typescript-eslint": "^8.0.0"
}
}