-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
65 lines (65 loc) · 1.48 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
{
"name": "venom-connect",
"version": "1.0.24",
"main": "dist/lib/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build:types": "yarn tsc -d --declarationDir dist/types --declarationMap --emitDeclarationOnly",
"build:lib": "webpack",
"build:dist": "yarn build:lib && yarn build:types",
"build": "yarn build:dist"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/web3sp/venom-connect.git"
},
"keywords": [
"web3",
"venom",
"everscale",
"wallet",
"blockchain",
"venom-blockchain",
"venom-developer-program"
],
"author": "web3space",
"license": "MIT",
"dependencies": {
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.25",
"polished": "^4.2.2",
"react": "^18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-qr-code": "^2.0.7",
"styled-components": "^5.3.5",
"ts-loader": "^9.3.1",
"typescript": "^4.4.2",
"url-loader": "^4.1.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"devDependencies": {
"react-scripts": "5.0.1"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}