forked from greenymachiney/greenymachiney
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
78 lines (78 loc) · 2.21 KB
/
package.json
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
71
72
73
74
75
76
77
78
{
"name": "greenymachiney",
"version": "1.0.0",
"description": "drinkDat",
"main": "index.js",
"scripts": {
"start": "nodemon server",
"dev": "rimraf dist && webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/greenymachiney/greenymachiney.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/greenymachiney/greenymachiney/issues"
},
"homepage": "https://github.com/greenymachiney/greenymachiney#readme",
"dependencies": {
"@googlemaps/react-wrapper": "^1.1.30",
"@iconify/icons-mdi": "^1.2.8",
"@iconify/react": "^3.2.1",
"@popperjs/core": "^2.11.4",
"@react-google-maps/api": "^2.8.1",
"axios": "^0.21.4",
"body-parser": "^1.19.0",
"bootstrap": "^5.1.1",
"cloudinary": "^1.29.0",
"cloudinary-react": "^1.7.2",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"date-fns": "^2.24.0",
"dotenv": "^16.0.0",
"express": "^4.17.1",
"google-map-react": "^2.1.10",
"moment": "^2.29.1",
"moment-range": "^4.0.2",
"mongod": "^2.0.0",
"mongoose": "^6.0.7",
"multer": "^1.4.4",
"next": "^12.1.4",
"node-polyfill-webpack-plugin": "^1.1.4",
"nodemon": "^2.0.13",
"passport": "^0.5.0",
"passport-google-oauth20": "^2.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-google-autocomplete": "^2.6.1",
"react-google-places-autocomplete": "^3.3.4",
"react-hook-form": "^7.16.1",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"styled-components": "^5.3.5",
"underscore": "^1.13.1"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"acorn": "^8.5.0",
"babel-loader": "^8.2.2",
"css-loader": "^6.3.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"rimraf": "^3.0.2",
"style-loader": "^3.3.0",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0"
}
}