forked from KOSASIH/dao-mall-for-pi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.39 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
{
"name": "dao-mall-for-pi",
"version": "1.0.0",
"description": "Decentralized Autonomous Organization (DAO) Mall for Pi",
"author": "KOSASIH <kosasihg88@gmail.com>",
"contributors": [
"KOSASIH <kosasihg88@gmail.com>",
"DAO Mall Team"
],
"keywords": [
"dao",
"mall",
"pi",
"decentralized",
"autonomous",
"organization"
],
"homepage": "https://github.com/KOSASIH/dao-mall-for-pi",
"repository": {
"type": "git",
"url": "https://github.com/KOSASIH/dao-mall-for-pi.git"
},
"bugs": {
"email": "kosasih@gmail.com",
"url": "https://github.com/KOSASIH/dao-mall-for-pi/issues"
},
"engines": {
"node": ">=14.17.0"
},
"license": "MIT",
"scripts": {
"start": "node index.js",
"test": "jest",
"lint": "eslint.",
"build": "webpack"
},
"dependencies": {
"express": "^4.17.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"redux": "^4.1.2",
"react-redux": "^7.2.6",
"web3": "^1.5.2",
"ethers.js": "^5.5.2",
"ERC-725": "^1.0.0",
"tensorflow": "^3.2.0",
"pytorch": "^1.10.2",
"apache-kafka": "^3.1.0",
"apache-flink": "^1.14.2",
"google-cloud-pubsub": "^2.3.0",
"hyperledger-fabric": "^2.3.2",
"corda": "^5.0.0"
},
"devDependencies": {
"jest": "^27.4.2",
"eslint": "^7.32.0",
"webpack": "^5.51.1",
"babel": "^7.16.0",
"typescript": "^4.3.5"
}
}