-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
34 lines (34 loc) · 835 Bytes
/
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
{
"name": "tokensubscription.com",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"chai": "^4.1.2",
"clevis": "0.0.103",
"cors": "^2.8.4",
"dapparatus": "^1.0.21",
"express": "^4.16.3",
"helmet": "^3.13.0",
"ioredis": "^4.0.0",
"mocha": "^5.2.0",
"mysql": "^2.16.0",
"qrcode.react": "^0.8.0",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-motion": "^0.5.2",
"react-scripts": "1.1.5",
"react-transition-group": "^2.4.0",
"rlp": "^2.1.0",
"s3": "^4.4.0",
"semantic-ui-react": "^0.82.3",
"twilio": "^3.20.0",
"web3": "^1.0.0-beta.36"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}