-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 976 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
32
33
34
35
36
37
{
"private": true,
"name": "ops.riv-alumni.com",
"packageManager": "pnpm@9.0.1",
"engines": {
"node": "20"
},
"scripts": {
"prepare": "husky install",
"preinstall": "npx only-allow pnpm",
"build": "turbo run build",
"dev": "turbo run dev",
"postdev": "kill-port 9099 5001 8080 9199",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"dependencies": {
"vite": "^5.0.3"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-turbo": "^1.13.2",
"firebase-tools": "^13.6.0",
"husky": "^8.0.0",
"kill-port": "^2.0.1",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"turbo": "latest"
}
}