forked from boc-igneous/streamFinder
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
73 lines (73 loc) · 1.94 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "streamfinder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "nodemon ./server/index.js",
"build": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cosmocoder1/streamFinder.git"
},
"author": "Enriqueta DeLeon, Wilson Lessley, Nathan Lucy, Jarrod Miller, Bonnie Owens, Ted Surihu",
"license": "ISC",
"bugs": {
"url": "https://github.com/cosmocoder1/streamFinder/issues"
},
"homepage": "https://github.com/cosmocoder1/streamFinder#readme",
"dependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/register": "^7.17.7",
"axios": "^0.26.1",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.4",
"bluebird": "^3.7.2",
"body-parser": "^1.19.2",
"bootstrap": "^5.1.3",
"concurrently": "^7.0.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"css": "^3.0.0",
"css-loader": "^5.2.7",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"file-loader": "^6.2.0",
"googleapis": "^100.0.0",
"gzip": "^0.1.0",
"jest": "^27.5.1",
"jquery": "^3.6.0",
"jsonwebtoken": "^8.5.1",
"laravel-mix": "^6.0.43",
"mongo": "^0.1.0",
"mongoose": "^6.2.10",
"netslider": "^1.3.5",
"node-sass": "^7.0.1",
"nodemon": "^2.0.15",
"passport": "^0.5.2",
"passport-google-oidc": "^0.1.0",
"passport-oauth2": "^1.6.1",
"pm2": "^5.2.0",
"react": "^18.0.0",
"react-bootstrap": "^2.3.0",
"react-dom": "^18.0.0",
"react-google-login": "^5.2.2",
"react-icons": "^4.3.1",
"react-simple-oauth2-login": "^0.5.3",
"react-slick": "^0.28.1",
"sass-loader": "^12.6.0",
"supertest": "^6.2.2",
"swiper": "^6.8.4",
"webpack": "^5.70.0"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^9.2.2",
"webpack-cli": "^4.9.2"
}
}