-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1011 Bytes
/
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
{
"name": "torn_item_tracker",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "webpack",
"start": "node app.js"
},
"engines": {
"node": "10.x"
},
"author": "avedwan",
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.10.4",
"body-parser": "^1.19.0",
"connect-ensure-login": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"html-loader": "^0.5.5",
"mongoose": "^5.10.11",
"node-fetch": "^2.6.1",
"passport": "^0.4.1",
"passport-custom": "^1.1.1"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"babel-loader": "^8.1.0",
"chart.js": "^2.9.4",
"compression-webpack-plugin": "^7.1.2",
"css-loader": "^3.6.0",
"json5-loader": "^4.0.1",
"style-loader": "^1.2.1",
"webpack": "^5.15.0",
"webpack-cli": "^4.3.1"
}
}