-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·105 lines (105 loc) · 2.88 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
95
96
97
98
99
100
101
102
103
104
105
{
"name": "subscription-token",
"version": "0.1.0",
"description": "Subscription Based Model",
"private": true,
"dependencies": {
"@taquito/remote-signer": "^6.3.5-beta.0",
"@taquito/taquito": "^6.3.5-beta.0",
"@taquito/tezbridge-signer": "^6.3.5-beta.0",
"@taquito/tezbridge-wallet": "^6.3.5-beta.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@thanos-wallet/dapp": "^0.6.0",
"axios": "^0.20.0",
"babel-preset-latest": "^6.24.1",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.2",
"bootswatch": "^4.5.2",
"child_process": "^1.0.2",
"cors": "^2.8.5",
"deepmerge": "^4.2.2",
"express": "^4.17.1",
"fs": "0.0.1-security",
"helmet": "^4.1.1",
"ioredis": "^4.17.3",
"moment": "^2.27.0",
"mysql": "^2.18.1",
"qrcode.react": "^1.0.0",
"react": "^16.13.1",
"react-blockies": "^1.4.1",
"react-dom": "^16.13.1",
"react-moment": "^0.9.7",
"react-motion": "^0.5.2",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-transition-group": "^2.4.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"semantic-ui-react": "^0.82.3"
},
"scripts": {
"compile-dev": "node ./utils/scripts/compile.js",
"deploy-dev": "node ./utils/scripts/deploy.js",
"deploy": "node ./utils/scripts/main.js",
"test-contracts": "node ./utils/scripts/test.js",
"test-contracts-verbose": "node ./utils/scripts/test.js --verbose",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"peerDependencies": {
"@testing-library/dom": "^7.22.6",
"typescript": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@taquito/signer": "^6.3.5-beta.0",
"babel-loader": "^8.1.0",
"bs58check": "^2.1.2",
"chalk": "^4.1.0",
"libsodium-wrappers-sumo": "^0.7.8",
"webpack-cli": "^3.3.12",
"webpack-merge": "^5.1.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/madhavaggar/subscription-token"
},
"keywords": [
"tezos",
"smartpy",
"blockchain",
"EIP-1337",
"xtz",
"smart-contracts"
],
"author": "Tezos India Foundation",
"contributors": [
{
"name": "Madhav Aggarwal",
"email": "placeholder@example.com",
"url": "https://placeholder.com"
}
],
"license": "MIT"
}