forked from Innychoi/pupper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.64 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
{
"name": "pupper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -w",
"start": "nodemon server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/projectPupper/pupper.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/projectPupper/pupper/issues"
},
"homepage": "https://github.com/projectPupper/pupper#readme",
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^4.12.3",
"@material-ui/styles": "^4.11.4",
"@mui/icons-material": "^5.5.1",
"@mui/lab": "^5.0.0-alpha.74",
"@mui/material": "^5.5.2",
"@progress/kendo-react-dateinputs": "^5.1.0",
"@react-google-maps/api": "^2.7.0",
"@syncfusion/ej2-react-calendars": "^19.4.56",
"@types/google-map-react": "^2.1.5",
"axios": "^0.26.1",
"express": "^4.17.3",
"firebase": "^9.6.9",
"google-map-react": "^2.1.10",
"mongoose": "^6.2.7",
"nodemon": "^2.0.15",
"react": "^17.0.2",
"react-datepicker": "^4.7.0",
"react-dom": "^17.0.2",
"react-leaflet": "^3.2.5",
"react-router-dom": "^6.2.2",
"react-tinder-card": "^1.4.5",
"styled-components": "^5.3.3",
"yelp-fusion": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.3",
"html-webpack-plugin": "^5.5.0",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}