-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
34 lines (34 loc) · 853 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
{
"name": "openrtc",
"version": "1.0.0",
"description": "An open source webrtc demo built with nextjs and tailwind",
"main": "index.js",
"private": true,
"workspaces": [
"packages/*"
],
"engines": {
"node": ">=14 <15"
},
"keywords": [],
"author": "technikhil314",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.21.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^5.1.2",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1"
},
"scripts": {
"prepare": "husky install"
}
}