-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 850 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
{
"name": "org",
"version": "1.0.0",
"description": "In this project, I developed a marketplace on the Ethereum platform where users can open stores or just shop.",
"dependencies": {
"bignumber.js": "^7.2.1",
"history": "^4.7.2",
"lodash": "^4.17.10",
"openzeppelin-solidity": "1.11.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"semantic-ui-css": "^2.3.3",
"semantic-ui-react": "^0.82.1",
"truffle-contract": "^3.0.6",
"truffle-hdwallet-provider": "0.0.6",
"web3": "0.20.7"
},
"devDependencies": {},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"author": "Mohamed Abdulaziz",
"license": "MIT"
}