-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.86 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
{
"name": "urrevs",
"version": "0.1.0",
"description": "A Cutomer Review Platform",
"homepage": "https://urrevs.com",
"repository": "github:KhaledEmaraDev/URrevs",
"author": "Khaled Emara",
"license": "MPL-2.0",
"private": true,
"scripts": {
"dev": "NODE_ENV=development node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"analyze": "BUNDLE_ANALYZE=both next build",
"analyze:server": "BUNDLE_ANALYZE=server next build",
"analyze:browser": "BUNDLE_ANALYZE=browser next build"
},
"dependencies": {
"@date-io/core": "^1.3.11",
"@date-io/date-fns": "^1.3.11",
"@material-ui/core": "^4.6.1",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.32",
"@material-ui/pickers": "^3.2.8",
"@material-ui/styles": "^4.6.0",
"@types/mongodb": "^3.3.7",
"@types/node-fetch": "^2.5.3",
"@zeit/fetch": "^5.1.1",
"@zeit/next-bundle-analyzer": "^0.1.2",
"autosuggest-highlight": "^3.1.1",
"cacheable-response": "^1.8.0",
"clsx": "^1.0.4",
"date-fns": "^2.6.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"firebase": "^7.2.3",
"firebase-admin": "^8.7.0",
"jsonwebtoken": "^8.5.1",
"jss": "^10.0.0",
"jss-rtl": "^0.3.0",
"lscache": "^1.3.0",
"mdi-material-ui": "^6.8.0",
"micro-cors": "^0.1.1",
"mongodb": "^3.3.3",
"next": "^9.3.2",
"next-offline": "^4.0.6",
"node-fetch": "^2.6.0",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-swipeable-views": "^0.13.3",
"react-swipeable-views-utils": "^0.13.3",
"session-file-store": "^1.3.1",
"unfetch": "^4.1.0"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.2.0"
}
}