-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.09 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": "twit-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build:local": "npm run build:bootstrap && npm run lint && nodemon index.js",
"lint": "eslint index.js",
"build:bootstrap": "webpack"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.23.0",
"body-parser": "^1.18.3",
"connect-redis": "^6.0.0",
"connect-timeout": "^1.9.0",
"cron": "^1.6.0",
"dotenv": "^6.2.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"mongoose": "^5.4.17",
"popper.js": "^1.16.1",
"redis": "^3.1.2",
"request": "^2.88.2",
"twit": "^2.2.11"
},
"devDependencies": {
"autoprefixer": "^9.8.4",
"bootstrap": "^4.5.0",
"css-loader": "^3.6.0",
"eslint": "^8.0.0",
"jquery": "^3.5.1",
"mini-css-extract-plugin": "^0.9.0",
"postcss": "^7.0.32",
"postcss-loader": "^3.0.0",
"sass": "^1.26.10",
"sass-loader": "^9.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^4.9.0"
}
}