-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.42 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "rum-timeline-client",
"version": "1.0.0",
"private": false,
"dependencies": {
"@material-ui/core": "^4.3.1",
"@rpldy/upload-button": "^1.1.0",
"@rpldy/upload-drop-zone": "^1.1.0",
"@rpldy/upload-paste": "^1.1.0",
"@rpldy/upload-preview": "^1.1.0",
"@rpldy/uploady": "^1.1.0",
"@types/lodash": "^4.14.182",
"@types/photoswipe": "^4.1.2",
"@types/react-avatar-editor": "^13.0.0",
"axios": "^0.27.2",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.3.2",
"date-fns": "^2.29.2",
"dexie": "^3.2.2",
"escape-string-regexp": "^5.0.0",
"ethers": "^5.6.9",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
"mixin-node-sdk": "3.0.31",
"mobx": "^6.4.2",
"mobx-react-lite": "^3.3.0",
"photoswipe": "^4.1.3",
"postcss": "^8.4.14",
"query-string": "^6.8.2",
"quorum-light-node-sdk": "0.1.36",
"react": "^18.2.0",
"react-activation": "^0.11.2",
"react-avatar-editor": "^13.0.0",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"react-infinite-scroll-hook": "^4.0.3",
"react-router-dom": "^5.0.1",
"react-scripts": "5.0.1",
"react-textarea-autosize": "^8.3.4",
"scroll-into-view-if-needed": "^2.2.29",
"socket.io-client": "^4.5.1",
"store2": "^2.14.2",
"ts-lib-scaffold": "^0.1.1",
"typescript": "^4.7.4",
"vconsole": "^3.14.7"
},
"scripts": {
"start": "react-scripts start",
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app"
],
"overrides": [
{
"files": [
"**/*.ts?(x)"
],
"rules": {
"react-hooks/exhaustive-deps": "off",
"import/no-anonymous-default-export": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/classnames": "^2.2.9",
"@types/node": "^16.11.41",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react-router-dom": "^5.1.3",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.4"
},
"license": "UNLICENSED",
"proxy": "https://vault.rumsystem.net/v1/user"
}