-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.09 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.09 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
60
61
62
63
64
65
66
67
68
69
70
{
"name": "Charon-FE-Capstone",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon server/index.js",
"start:frontend": "webpack -w",
"test": "jest",
"watch": "webpack -w",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RFE5-FEC/Charon-FE-Capstone.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RFE5-FEC/Charon-FE-Capstone/issues"
},
"homepage": "https://github.com/RFE5-FEC/Charon-FE-Capstone#readme",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@emotion/react": "^11.4.1",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"axios": "^0.21.4",
"babel-polyfill": "^6.26.0",
"express": "^4.17.1",
"express-static-gzip": "^2.1.1",
"moment": "^2.29.1",
"nodemon": "^2.0.12",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-image-magnifiers": "^1.4.0",
"react-router-dom": "^5.3.0",
"react-select": "^4.3.1",
"react-star-ratings": "^2.3.0",
"styled-components": "^5.3.1"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
"babel-jest": "^27.2.0",
"babel-loader": "^8.2.2",
"brotli-webpack-plugin": "^1.1.0",
"compression-webpack-plugin": "^9.0.0",
"css-loader": "^6.3.0",
"enzyme": "^3.11.0",
"file-loader": "^6.2.0",
"image-webpack-loader": "^7.0.1",
"jest-cli": "^27.2.0",
"jsdom": "17.0.0",
"jsdom-global": "3.0.2",
"style-loader": "^3.2.1",
"webpack": "^5.52.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.0"
}
}