forked from teamDidUpdate/FEC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.52 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.52 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
{
"name": "front-end-capstone",
"version": "1.0.0",
"description": "Front End Capstone for Hack Reactor",
"main": "index.js",
"scripts": {
"start:prod": "node server/index.js",
"start:dev": "nodemon server/index.js",
"test": "jest",
"react:dev": "webpack --mode development --watch",
"react:prod": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoeyRivera01/FEC.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JoeyRivera01/FEC/issues"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"babel-loader": "^8.2.1",
"css-loader": "^5.2.6",
"eslint": "^7.28.0",
"eslint-plugin-react": "^7.24.0",
"jest-dom": "^4.0.0",
"nodemon": "^2.0.7",
"react-test-render": "^1.1.2",
"react-test-renderer": "^17.0.2",
"style-loader": "^2.0.0",
"webpack": "^4.46.0",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"@ramonak/react-progress-bar": "^3.1.0",
"axios": "^0.21.0",
"compression": "^1.7.4",
"express": "^4.15.0",
"jest": "^27.0.4",
"jquery": "^3.1.1",
"react": "^16.4",
"react-dom": "^16.4",
"react-icons": "^4.2.0",
"react-lazy-load": "^3.1.13",
"react-transition-group": "^4.4.2",
"stars-rating": "^1.1.0"
},
"homepage": "https://github.com/JoeyRivera01/FEC#readme"
}