-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.63 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
{
"name": "streaming-api",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --exec babel-node server.js ",
"lint": "eslint \"**/*.js\" --ignore-pattern node_modules/",
"fix": "eslint \"**/*.js\" --ignore-pattern node_modules/ --fix"
},
"author": "Jaden Hicks",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.8",
"@babel/node": "^7.12.6",
"@babel/preset-env": "^7.12.7",
"aws-serverless-express": "^3.3.8",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"bunyan": "^1.8.14",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"ip": "^1.1.5",
"mongodb": "^3.6.3",
"morgan": "^1.10.0",
"nodemon": "^1.19.4",
"open-cli": "^5.0.0",
"qs": "^6.9.4",
"querystring": "^0.2.0",
"request": "^2.88.2",
"session": "^0.1.0",
"socket.io": "^2.3.0",
"spotify-connect-ws": "^0.1.1",
"swagger-editor": "^3.14.7",
"swagger-jsdoc": "^3.7.0",
"swagger-ui-express": "^4.1.5"
},
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^6.15.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-standard": "^4.1.0",
"prettier": "1.18.2",
"serverless": "^1.83.2"
}
}