forked from cs4241-21a/final_project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 960 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 960 Bytes
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
{
"name": "final_project",
"version": "1.0.0",
"description": "*Due before the start of class, October 11th (final day of the term)*",
"main": "index.js",
"scripts": {
"dev": "snowpack build && node server.js",
"start": "node server.js",
"build": "snowpack build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PraiseX/final_project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PraiseX/final_project/issues"
},
"homepage": "https://github.com/PraiseX/final_project#readme",
"dependencies": {
"axios": "^0.22.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"mongodb": "^4.1.2",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"snowpack": "^3.8.8",
"swr": "^1.0.1"
}
}