-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 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
{
"name": "dart",
"version": "1.0.0",
"description": "Decentralized artwork collections",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"bootstrap": "^4.1.3",
"ethers": "^3.0.29",
"faker": "^4.1.0",
"ipfs-api": "^24.0.2",
"moment": "^2.22.2",
"react": "^16.5.2",
"react-bootstrap": "^1.0.0-beta.1",
"react-dom": "^16.5.2",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.5",
"zeppelin-solidity": "^1.12.0"
},
"devDependencies": {
"babel-eslint": "^10.0.0",
"babel-loader": "^8.0.2",
"eslint": "^5.6.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-react": "^7.11.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"build:contracts": "truffle compile && yarn contracts:sync-src",
"contracts:sync-src": "rimraf src/contracts && cp -R build/contracts/ src/contracts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sianlasaga/DArt.git"
},
"author": "Sian Paul Lasaga",
"license": "ISC",
"bugs": {
"url": "https://github.com/sianlasaga/DArt/issues"
},
"homepage": "https://github.com/sianlasaga/DArt#readme"
}