-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
59 lines (59 loc) · 1.64 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
{
"name": "mod-guard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"connectCon1": "nodemon ./components/modGuard/consumers/modGuardConsumer1.js",
"connectCon2": "nodemon ./components/modGuard/consumers/modGuardConsumer2.js",
"start": "nodemon index.js"
},
"engines": {
"node": "16.9.1",
"npm": "7.21.1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@tensorflow/tfjs-node": "^3.9.0",
"akismet-api": "^5.2.1",
"amqplib": "^0.8.0",
"axios": "^0.22.0",
"bad-words": "^3.0.4",
"dotenv": "^10.0.0",
"download": "^8.0.0",
"express": "^4.17.1",
"express-slow-down": "^1.4.0",
"form-data": "^4.0.0",
"joi": "^17.4.2",
"multer": "^1.4.3",
"nodemon": "^2.0.13",
"nsfwjs": "^2.4.1",
"pngjs": "^6.0.0",
"sharp": "^0.29.1",
"short-unique-id": "^4.4.4"
},
"devDependencies": {
"@babel/eslint-parser": "^7.15.4",
"@babel/preset-react": "^7.14.5",
"@types/node": "^16.7.13",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^14.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-wesbos": "^2.0.1",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2",
"typescript": "^4.4.2"
}
}