forked from feross/whiteboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.35 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
41
42
43
44
45
46
47
48
49
{
"name": "whiteboard",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:static": "next build && next export",
"deploy": "yarn build:static && gh-pages -d out",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"bittorrent-tracker": "^9.5.0",
"cat-names": "^1.0.2",
"drag-drop": "^2.0.0",
"hat": "0.0.3",
"next": "12.0.7",
"path-browserify": "^1.0.1",
"querystring-browser": "^1.0.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"simple-peer": "^9.0.0",
"through": "^2.3.4",
"thunky": "^1.0.2",
"videostream": "^2.3.0",
"webtorrent": "^0.98.20"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.0.7",
"@types/hat": "0.0.1",
"@types/node": "17.0.0",
"@types/react": "17.0.37",
"@types/webtorrent": "^0.109.2",
"eslint": "^8.0.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-config-rokket-labs": "0.4.8",
"eslint-plugin-import": "^2.25.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^3.11.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"gh-pages": "^3.2.3",
"prettier": "^2.4.1",
"prettier-eslint": "^13.0.0",
"typescript": "4.5.4"
}
}