-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.83 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.83 KB
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
62
63
64
65
66
67
{
"name": "tryabyte",
"version": "1.0.0",
"main": "truffle-config.js",
"_comments": "truffle-hdwallet-provider v1.0.7 doesnt work, so uning 1.0.6",
"directories": {
"test": "test"
},
"scripts": {
"start": "webpack-dev-server --mode development --open --hot",
"build": "webpack --mode production"
},
"author": "GoodallG@Cardiff.ac.uk",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"bootstrap": "^4.0.0",
"css-loader": "^0.28.10",
"ganache-cli": "^6.7.0",
"html-webpack-plugin": "^3.2.0",
"i": "^0.3.6",
"json-loader": "^0.5.7",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"reactstrap": "^5.0.0-beta.2",
"style-loader": "^0.20.2",
"truffle-contract": "^3.0.4",
"truffle-hdwallet-provider": "1.0.6",
"web3": "^0.20.5"
},
"dependencies": {
"@babel/preset-env": "^7.8.4",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/preset-react": "^7.8.3",
"@babel/preset-stage-2": "^7.8.3",
"bulma": "^0.7.5",
"express": "^4.16.4",
"fs": "0.0.1-security",
"get-eth-price": "^1.0.0",
"html": "^1.0.0",
"http": "0.0.0",
"https": "^1.0.0",
"jQuery": "^1.7.4",
"jquery": "^3.4.0",
"path": "^0.12.7",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-scripts": "3.2.0",
"truffle": "^5.0.41",
"truffle-contract": "3.0.6",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThisbigLout/TryAByte.git"
},
"bugs": {
"url": "https://github.com/ThisbigLout/TryAByte/issues"
},
"homepage": "https://github.com/ThisbigLout/TryAByte#readme",
"description": ""
}