-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.4 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.4 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
{
"dependencies": {
"@iota/client": "^3.0.0-rc.4",
"@iota/iota.js": "^1.8.6",
"@iota/wallet": "^2.0.3-rc.27",
"@snyk/protect": "^1.1301.0",
"async": "^3.2.3",
"bunyan": "^1.8.15",
"express": "^4.22.1",
"express-basic-auth": "^1.2.0",
"express-rate-limit": "^8.2.2",
"gentelella": "^1.4.0",
"jsonfile": "^6.1.0",
"lodash": "^4.17.23",
"minimist": "^1.2.8",
"qs": "^6.14.2",
"socket.io": "^4.7.2",
"stream-browserify": "^3.0.0",
"sweetalert": "^2.1.2",
"yargs": "^17.7.1"
},
"devDependencies": {
"assert": "^2.1.0",
"clean-webpack-plugin": "^4.0.0",
"colorette": "^2.0.19",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.7.2",
"csv-loader": "^3.0.5",
"dotenv-webpack": "^7.1.1",
"eslint-webpack-plugin": "^3.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
"https-browserify": "^1.0.0",
"node-loader": "^2.0.0",
"os-browserify": "^0.3.0",
"papaparse": "^5.4.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-http": "^3.2.0",
"style-loader": "^3.3.2",
"url": "^0.11.3",
"webpack": "^5.105.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^5.2.2",
"webpack-node-externals": "^3.0.0"
},
"name": "pmi-j",
"version": "1.0.0",
"main": "dist/server.js",
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}