-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.29 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
{
"name": "winesupplychain",
"version": "1.0.0",
"description": "Wine Supply Chain Blockchain Project on Ethereum Blockchain",
"scripts": {
"test": "truffle-test",
"build": "npm install",
"start": "webpack-dev-server"
},
"keywords": [
"Wine",
"Supply",
"Chain",
"Blockchain",
"Ethereum"
],
"author": "Sagar Atalatti",
"license": "ISC",
"dependencies": {
"openzeppelin-solidity": "^2.0.0",
"solc": "^0.5.0",
"truffle-hdwallet-provider": "^1.0.5"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-eslint": "^6.1.2",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.1.8",
"babel-preset-es2015": "^6.22.0",
"babel-register": "^6.22.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.3",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"json-loader": "^0.5.4",
"style-loader": "^0.13.1",
"truffle-contract": "^1.1.11",
"web3": "^0.20.0",
"source-map-support": "^0.5.11",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"copy-webpack-plugin": "^5.0.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1"
}
}