-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.73 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": "now-playing",
"version": "1.0.0",
"description": "Identifies what an user is playing on spotify",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon src/index.js --exec babel-node --presets es2015,stage-2",
"build": "babel src -d build --copy-files"
},
"repository": {
"type": "git",
"url": "git+https://github.com/avcbcoder/Now-Playing.git"
},
"author": "Ankit Verma",
"license": "ISC",
"bugs": {
"url": "https://github.com/avcbcoder/Now-Playing/issues"
},
"homepage": "https://github.com/avcbcoder/Now-Playing#readme",
"dependencies": {
"axios": "^0.19.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect": "^3.7.0",
"connect-flash": "^0.1.1",
"cookie": "^0.4.1",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-socket.io-session": "^1.3.5",
"kleur": "^3.0.3",
"mongoose": "^5.9.15",
"node-fetch": "^2.6.1",
"nodemailer": "^6.4.8",
"nodemon": "^3.1.0",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"puppeteer": "^22.10.0",
"querystring": "^0.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"socket.io": "^2.3.0",
"socket.io-express-session": "^0.1.3",
"spotify-web-api-node": "^4.0.0"
}
}