-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.72 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.72 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "topdescriptionservice",
"version": "1.0.0",
"description": "The top module with a description and image gallery",
"main": "index.js",
"scripts": {
"start": "nodemon server",
"react-dev": "webpack -w",
"dataSeed": "node database/seedingScript.js",
"test": "jest spec/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/christopher0331/topDescriptionService.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/christopher0331/topDescriptionService/issues"
},
"homepage": "https://github.com/christopher0331/topDescriptionService#readme",
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.1.1",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.12",
"axios": "^0.21.0",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"express": "^4.17.1",
"faker": "^5.1.0",
"mongo": "^0.1.0",
"mongoose": "^5.10.13",
"morgan": "^1.10.0",
"nodemon": "^2.0.6",
"parseurl": "^1.3.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"serve-static": "^1.14.1",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"babel-loader": "^8.2.1",
"babel-plugin-styled-components": "^1.12.0",
"enzyme": "^3.11.0",
"jest": "^26.6.3",
"path": "^0.12.7",
"puppeteer": "^5.4.1",
"webpack": "^4.44.2",
"webpack-cli": "^4.2.0"
}
}