-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.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.7",
"lint-staged": "^15.3.0",
"postinstall-postinstall": "^2.1.0"
},
"scripts": {
"postinstall": "husky",
"prepare": "husky",
"precommit": "lint-staged"
},
"packageManager": "[email protected]",
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@next/eslint-plugin-next": "^15.1.3",
"eslint-config-next": "^15.1.3",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sonarjs": "^3.0.1",
"eslint-plugin-unicorn": "^56.0.1",
"typescript-eslint": "^8.19.0",
"typescript-plugin-css-modules": "^5.1.0"
}
}