forked from jwplayer/ott-web-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 736 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 736 Bytes
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
{
"name": "ott-web-app-monorepo",
"version": "1.0.0",
"private": true,
"workspaces": [
"api",
"web-app",
"common"
],
"scripts": {
"prepare": "husky install",
"commit-msg": "commitlint --edit $1",
"start": "workspaces-run --parallel -- yarn start"
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"husky": "^6.0.0",
"workspaces-run": "^1.0.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"confusing-browser-globals": "^1.0.10"
}
}