-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.88 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
62
63
64
65
66
{
"name": "supplychain-web",
"version": "1.1.0",
"description": "EY Supplychain is an application that displays temperature and humidity data stored in Blockchain.",
"keywords": [
"supply chain",
"temperature sensor",
"humidity sensor",
"blockchain",
"iot"
],
"homepage": "http://bck-supply-chain.s3-website-us-east-1.amazonaws.com",
"license": "ISC",
"author": "Eduardo Basso <eduardo.basso@br.ey.com>",
"contributors": [
"Danilo Zabeu <danilo.zabeu@br.ey.com>"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/BeyondLabsEY/supplychain-web.git"
},
"scripts": {
"dev": "webpack-dev-server --mode development --open",
"build": "webpack --mode production --progress"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.5.1",
"axios": "^0.19.0",
"babel-loader": "^8.0.5",
"bootstrap": "^4.3.1",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"highcharts": "^7.2.2",
"highcharts-react-official": "^2.1.3",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jquery": ">=3.5.0",
"lodash": ">=4.17.19",
"lodash.merge": ">=4.6.2",
"lodash.mergewith": ">=4.6.2",
"lodash.template": ">=4.5.0",
"mdbreact": "^4.12.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.23",
"node-sass": "^4.13.1",
"popper.js": "^1.15.0",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-loading": "^2.0.3",
"react-moment": "^0.9.0",
"react-router-dom": "^5.0.1",
"react-transition-group": "^4.2.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
}
}