-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 981 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
{
"name": "cryptoinsight",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"source": "index.html",
"scripts": {
"start": "parcel index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metavoicexyz/CryptoInsight.git"
},
"author": "metavoicexyz",
"license": "ISC",
"bugs": {
"url": "https://github.com/metavoicexyz/CryptoInsight/issues"
},
"homepage": "https://github.com/metavoicexyz/CryptoInsight#readme",
"devDependencies": {
"constants-browserify": "^1.0.0",
"parcel": "^2.7.0",
"process": "^0.11.10"
},
"dependencies": {
"bootstrap": "^5.2.2",
"bootstrap-icons": "^1.9.1",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-csv": "^2.2.2",
"react-dom": "^18.2.0"
}
}