-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1003 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
{
"type": "module",
"dependencies": {
"@babel/runtime": "^7.7.7",
"babel-eslint": "^10.0.3",
"buffer": "^5.4.3",
"bulma": "^0.8.0",
"cookie-parser": "^1.4.4",
"crypto": "^1.0.1",
"dominos": "^3.3.0",
"dotenv": "^8.2.0",
"ejs": "^2.7.4",
"eslint": "^6.8.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"method-override": "^3.0.0",
"node-fetch": "^2.6.0",
"node-sass": "^6.0.1",
"passport": "^0.4.1",
"passport-reddit": "^0.2.4",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"sequelize": "^6.6.5",
"snoowrap": "^1.20.1"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.7",
"@babel/register": "^7.7.7",
"body-parser": "^1.19.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"yarn-audit-fix": "^6.4.1"
},
"proxy": "http://localhost:3000/"
}