-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.46 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.46 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
{
"name": "ocean",
"version": "1.0.0",
"description": "Blue Ocean Horus Foods",
"main": "index.js",
"scripts": {
"test": "test",
"start": "nodemon ./server/index.js",
"react-dev": "webpack --mode=development -d source-map --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlueHorus/Ocean.git"
},
"author": "Team Horus",
"license": "ISC",
"bugs": {
"url": "https://github.com/BlueHorus/Ocean/issues"
},
"homepage": "https://github.com/BlueHorus/Ocean#readme",
"dependencies": {
"@babel/preset-react": "^7.16.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fortawesome/fontawesome-svg-core": "^1.3.0-beta3",
"@fortawesome/react-fontawesome": "^0.1.16",
"@mui/icons-material": "^5.2.1",
"@mui/material": "^5.2.3",
"animejs": "^3.2.1",
"axios": "^0.24.0",
"babel": "^6.23.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"file-loader": "^6.2.0",
"firebase": "^9.6.1",
"firebase-admin": "^10.0.0",
"mongoose": "^6.1.0",
"nodemon": "^2.0.15",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-minimal-pie-chart": "^8.2.0",
"webpack-cli": "^4.9.1"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/node": "^7.16.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.4",
"babel-loader": "^8.2.3",
"compression": "^1.7.4",
"webpack": "^5.65.0"
}
}