-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
69 lines (69 loc) · 1.69 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
{
"name": "chatme-widgets",
"version": "0.0.10",
"main": "./dist/index.js",
"author": "Vlodkow",
"license": "MIT",
"description": "Chats & Messages service for NEAR Blockchain - React widgets",
"homepage": "https://chatme.page/",
"repository": {
"type": "git",
"url": "[email protected]:VlodkoMr/chatme-widgets.git"
},
"scripts": {
"build": "./node_modules/.bin/babel src --out-dir dist --copy-files"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@near-wallet-selector/core": "^7.3.0",
"@near-wallet-selector/here-wallet": "^7.3.0",
"@near-wallet-selector/ledger": "^7.3.0",
"@near-wallet-selector/meteor-wallet": "^7.3.0",
"@near-wallet-selector/modal-ui": "^7.3.0",
"@near-wallet-selector/my-near-wallet": "^7.3.0",
"@near-wallet-selector/near-wallet": "^7.3.0",
"@near-wallet-selector/sender": "^7.3.0",
"graphql": "^16.6.0",
"near-api-js": "^0.44.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-textarea-autosize": "^8.4.0",
"urql": "^3.0.3"
},
"peerDependencies": {
"react": "^17 || ^18",
"react-dom": "^17 || ^18"
},
"keywords": [
"NEAR",
"Chat",
"Message",
"React",
"Widgets",
"react-component"
],
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"not ios_saf < 13"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"react-linkify-it": "^1.0.7"
}
}