-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
145 lines (145 loc) · 4.62 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "supplychain_ui",
"version": "1.0.0",
"description": "Retail Supply Chain user interface built using React & Blockchain",
"main": "index.js",
"scripts": {
"start": "webpack serve --progress --open --config webpack.config.dev.js",
"prod:clean": "rimraf build",
"prebuild": "npm run prod:clean",
"build": "webpack --config webpack.config.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sjshank/Pharma_SupplyChain_Blockchain.git"
},
"keywords": [
"Retail",
"SupplyChain",
"Blockchain",
"Smart",
"Contracts",
"Solidity",
"Ethereum",
"React"
],
"author": "Chandrakanth Komatireddy <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/sjshank/Pharma_SupplyChain_Blockchain/issues"
},
"homepage": "https://bitbucket.org/saurabhshankariya/aap_supplychainpoc_blockchain/src/master/README.md",
"dependencies": {
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@ethereumjs/tx": "^3.5.0",
"@headlessui/react": "^1.3.0",
"@heroicons/react": "^1.0.1",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@metamask/detect-provider": "^1.2.0",
"@mui/icons-material": "^5.1.1",
"@mui/material": "^5.1.1",
"@mui/x-data-grid": "^5.2.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.1.9",
"@truffle/hdwallet-provider": "^1.4.1",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.5",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react-router-dom": "^5.1.7",
"axios": "^0.21.1",
"babel-plugin-lodash": "^3.3.4",
"firebase": "^8.8.1",
"lodash": "^4.17.21",
"lodash-webpack-plugin": "^0.11.6",
"qrcode.react": "^1.0.1",
"react": "^17.0.2",
"react-currency-format": "^1.0.0",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-number-format": "^4.6.3",
"react-qr-code": "^2.0.1",
"react-redux": "^7.2.4",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scroll-up-button": "^1.6.4",
"react-toast-notifications": "^2.4.4",
"recharts": "^2.0.10",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"web3": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-export-default-from": "^7.14.5",
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@fullhuman/postcss-purgecss": "^4.0.3",
"@gfx/zopfli": "^1.0.15",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/typography": "^0.4.1",
"@types/lodash": "^4.14.174",
"@types/material-ui": "^0.21.8",
"@types/react-helmet": "^6.1.1",
"@types/react-redux": "^7.1.16",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^3.11.4",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"autoprefixer": "^10.2.6",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"clsx": "^1.1.1",
"compression-webpack-plugin": "^2.0.0",
"crypto-browserify": "^3.12.0",
"css-loader": "^5.2.5",
"css-minimizer-webpack-plugin": "^3.0.2",
"dotenv": "^10.0.0",
"eslint": "^7.29.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"fs": "0.0.1-security",
"html-webpack-plugin": "^4.5.2",
"less": "^4.1.1",
"less-loader": "^9.0.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"path": "^0.12.7",
"postcss": "^8.3.5",
"postcss-cli": "^8.3.1",
"rimraf": "^3.0.2",
"strip-loader": "^0.1.2",
"style-loader": "^2.0.0",
"tailwindcss": "^2.2.4",
"terser-brunch": "^4.0.0",
"terser-webpack-plugin": "^5.1.4",
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
"typescript": "^4.3.4",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.1",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.8.0"
},
"browser": {
"fs": false,
"path": false,
"os": false
}
}