-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 975 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
35
36
37
38
{
"name": "hodl-tab",
"version": "0.1.0",
"private": true,
"dependencies": {
"auth0-js": "^9.5.1",
"axios": "^0.18.0",
"jwt-decode": "^2.2.0",
"react": "^16.3.2",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.2",
"react-js-pagination": "^3.0.2",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"xml2js": "^0.4.19"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:3001",
"description": "chrome extension for crypto traders",
"main": "index.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/richaverma18/HODLTab.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/richaverma18/HODLTab/issues"
},
"homepage": "https://hodltab.com"
}