-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 762 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 762 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
{
"name": "NameThatPup",
"version": "1.0.0",
"description": "React review created for HRLA40",
"main": "index.js",
"scripts": {
"start": "nodemon server",
"build": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JkHz/namethatpup.git"
},
"keywords": [],
"author": "Josh Hertz",
"license": "ISC",
"dependencies": {
"axios": "^0.20.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"nodemon": "^2.0.5",
"react": "^16.14.0",
"react-dom": "^16.14.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"babel-loader": "^8.1.0",
"webpack": "^5.1.3",
"webpack-cli": "^4.0.0"
}
}