-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.5 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.5 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "rezerve",
"version": "0.1.0",
"private": true,
"proxy": "https://rezerve-startup-api.herokuapp.com",
"dependencies": {
"@devexpress/dx-react-core": "^2.7.4",
"@devexpress/dx-react-scheduler": "^2.7.4",
"@devexpress/dx-react-scheduler-material-ui": "^2.7.4",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@react-google-maps/api": "^2.1.1",
"@stripe/react-stripe-js": "^1.4.0",
"@stripe/stripe-js": "^1.13.2",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.3",
"@testing-library/user-event": "^12.6.0",
"@types/googlemaps": "^3.43.3",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.21",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-redux": "^7.1.15",
"algoliasearch": "^4.9.1",
"clsx": "^1.1.1",
"cors": "^2.8.5",
"devextreme": "^20.2.5",
"firebase": "^8.2.3",
"google-map-react": "^2.1.9",
"history": "^5.0.0",
"libphonenumber-js": "^1.9.16",
"material-ui-dropzone": "^3.5.0",
"material-ui-image": "^3.3.2",
"moment": "^2.29.1",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-ga4": "^1.0.6",
"react-geocode": "^0.2.3",
"react-helmet": "^6.1.0",
"react-instantsearch-dom": "^6.11.0",
"react-material-ui-carousel": "^2.1.2",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.0",
"react-swipeable-views": "^0.13.9",
"react-thumbnail": "^1.0.0",
"redux": "^4.0.5",
"serve": "^11.3.2",
"stripe": "^8.140.0",
"twilio": "^3.68.0"
},
"scripts": {
"start-app": "serve -s build",
"start-local": "react-scripts --max_old_space_size=4096 start",
"start-server": "npm install && node ./server/server.ts",
"heroku-postbuild": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react-router-dom": "^5.1.7",
"@types/react-swipeable-views": "^0.13.0",
"prettier": "^2.2.1",
"redux-devtools-extension": "^2.13.8",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^5.0.0",
"typescript": "^4.3.5"
}
}