-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "eventhub_consume_publish",
"author": "AZGSKULL - [email protected]",
"version": "0.5.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --mode=\"production\"",
"dev": "webpack serve --open"
},
"keywords": [],
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@azure/event-hubs": "^5.8.0",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-json-view": "^1.21.3",
"recoil": "^0.7.6"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"buffer": "^6.0.3",
"css-loader": "^6.7.1",
"dotenv": "^16.0.3",
"eslint": "^8.26.0",
"eslint-config-react-app": "^7.0.1",
"html-webpack-plugin": "^5.5.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"prettier": "^2.7.1",
"process": "^0.11.10",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
}
}