-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 909 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
{
"name": "@systems-monitor/systems-monitor",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "turbo run dev",
"postinstall": "patch-package"
},
"workspaces": [
"apps/*",
"packages/*"
],
"license": "UNLICENSED",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.43.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.27.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"patch-package": "^6.5.0",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"turbo": "^1.6.3",
"typescript": "^4.9.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}