-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.47 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
50
51
52
53
54
55
56
57
58
59
{
"name": "interplay.app",
"description": "consume media from the cloud on a browser",
"author": "David Sinclair <[email protected]> (https://sinclair.tech)",
"homepage": "https://interplay.app",
"version": "0.2.1",
"private": true,
"scripts": {
"dev": "next",
"now-build": "next build",
"start": "next start"
},
"xo": {
"prettier": true,
"extends": "xo-react",
"rules": {
"complexity": 0,
"unicorn/filename-case": 0,
"no-console": 2,
"no-underscore-dangle": 2,
"import/no-unassigned-import": 0,
"react/no-danger": 0,
"promise/no-return-wrap": 0
},
"env": [
"browser"
],
"space": 2
},
"dependencies": {
"array-move": "^2.2.1",
"babel-plugin-react-native-web": "^0.12.2",
"dropbox": "^4.0.30",
"isomorphic-fetch": "^2.2.1",
"js-cookie": "^2.2.1",
"lodash": "^4.17.15",
"memoize-one": "^5.1.1",
"moment": "^2.25.3",
"next": "^9.4.1",
"polished": "^3.6.1",
"prop-types": "15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-native": "^0.62.2",
"react-native-web": "^0.12.2",
"react-player": "^2.0.1",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
"screenfull": "4.0.1",
"thenby": "1.3.0",
"uuid": "^8.0.0"
},
"devDependencies": {
"eslint-config-xo-react": "^0.23.0",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.0.0",
"xo": "^0.30.0"
}
}