-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.24 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
{
"name": "enginehub-websites",
"private": true,
"main": "index.js",
"description": "EngineHub Websites",
"version": "1.0.0",
"author": "EngineHub",
"type": "module",
"workspaces": ["main-site", "builds", "paste", "golf", "shared"],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/EngineHub/enginehub-website"
},
"dependencies": {
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"postinstall-postinstall": "^2.1.0"
},
"scripts": {
"postinstall": "husky",
"prepare": "husky",
"precommit": "lint-staged"
},
"packageManager": "yarn@4.3.1",
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@next/eslint-plugin-next": "^14.2.5",
"eslint-config-next": "^14.2.5",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sonarjs": "^1.0.4",
"eslint-plugin-unicorn": "^55.0.0",
"typescript-eslint": "^8.0.1",
"typescript-plugin-css-modules": "^5.1.0"
}
}