-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
70 lines (70 loc) · 1.93 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
{
"name": "blue-ocean",
"version": "1.0.0",
"engines": {
"node": "14.16.0"
},
"description": "Andes Book Club",
"main": "server.js",
"scripts": {
"build": "webpack",
"dev": "webpack --mode development --watch",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Andes-Book-Club/blue-ocean.git"
},
"keywords": [],
"author": "Max Tickman, Ruben Ruiz, Dalton Xue, Helen Lee, JoelChrist Abreu, Mark McLindon, Ryan Riegel",
"license": "ISC",
"bugs": {
"url": "https://github.com/Andes-Book-Club/blue-ocean/issues"
},
"homepage": "https://github.com/Andes-Book-Club/blue-ocean#readme",
"dependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"bluebird": "^3.7.2",
"bootstrap": "^5.0.1",
"chart.js": "^3.3.0",
"dotenv": "^9.0.2",
"express": "^4.17.1",
"express-session": "^1.17.2",
"google-auth-library": "^7.1.0",
"html-react-parser": "^1.2.6",
"i": "^0.3.6",
"node": "^16.1.0",
"nodemon": "^2.0.7",
"pg": "^8.6.0",
"postgres": "^1.0.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-chartjs-2": "^3.0.3",
"react-dom": "^17.0.2",
"react-google-login": "^5.2.2",
"react-icons": "^4.2.0",
"react-markdown": "^6.0.2",
"react-paginate": "^7.1.3",
"react-router-dom": "^5.2.0",
"reactstrap": "^8.9.0",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.14.3",
"chart.js": "^3.3.0",
"css-loader": "^5.2.5",
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^1.7.0",
"file-loader": "^6.2.0",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1"
}
}