-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1 KB
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
{
"name": "final-project-197-master",
"version": "1.0.0",
"description": "This sample application demonstrates one potential directory structure for the CIS 197 Javascript course.",
"main": "webpack.config.js",
"dependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"axios": "^0.19.0",
"babel": "^6.23.0",
"babel-loader": "^8.0.6",
"body-parser": "^1.19.0",
"ejs": "^2.7.4",
"express": "^4.17.1",
"mongo": "^0.1.0",
"mongoose": "^5.7.13",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"socket.io": "^2.3.0",
"webpack": "^4.41.2"
},
"devDependencies": {
"cookie-session": "^1.3.3",
"webpack-cli": "^3.3.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --watch",
"start": "node src/server.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}