-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.27 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 3.27 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "qarun",
"private": true,
"version": "1.0.0",
"description": "React App With Next js",
"repository": {
"type": "git",
"url": "git+https://github.com/hhoomph/nextjs.git"
},
"author": "H.H <hh.oomph@gmail.com>",
"scripts": {
"dev": "node app.js",
"build": "next build",
"flow": "flow",
"start": "cross-env NODE_ENV=production node app.js"
},
"dependencies": {
"@aspnet/signalr": "^1.1.4",
"@material-ui/core": "^4.9.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.40",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"bootstrap": "^4.4.1",
"bootstrap-v4-rtl": "^4.4.1-1",
"browserslist": "^4.8.5",
"caniuse-lite": "^1.0.30001023",
"cookie": "^0.4.0",
"cookie-parser": "^1.4.4",
"core-js": "^3.6.4",
"cors": "^2.8.5",
"cross-env": "^7.0.0",
"dotenv": "^8.2.0",
"eslint-plugin-react-hooks": "^2.3.0",
"express": "^4.17.1",
"isomorphic-unfetch": "^3.0.0",
"jquery": "^3.4.1",
"js-cookie": "^2.2.1",
"leaflet": "^1.6.0",
"leaflet-draw": "^1.0.4",
"leaflet-geosearch": "^2.7.0",
"micro": "^9.3.4",
"next": "^9.2.1",
"next-compose-plugins": "^2.2.0",
"next-cookies": "^1.1.3",
"next-images": "^1.3.0",
"next-offline": "^4.0.6",
"next-optimized-images": "^2.5.4",
"node-sass": "^4.13.1",
"nodemailer": "^6.4.2",
"popper.js": "^1.16.1",
"prettier-eslint": "^9.0.1",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.12.0",
"react-easy-crop": "^2.0.0",
"react-icons": "^3.8.0",
"react-image-crop": "^8.5.0",
"react-image-gallery": "^1.0.5",
"react-leaflet": "^2.6.1",
"react-popper": "^1.3.7",
"react-preloader-icon": "^0.3.4",
"react-repeatable": "^2.0.1",
"react-responsive-select": "5.1.0",
"react-select": "^3.0.8",
"react-svg-loader": "^3.0.3",
"react-toastify": "^5.5.0",
"serve": "11.3.0",
"smtp-server": "^3.5.0",
"socket.io": "^2.3.0",
"styled-components": "^5.0.0",
"svg-url-loader": "^3.0.3"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-do-expressions": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-flow-strip-types": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@svgr/cli": "^5.1.0",
"@svgr/webpack": "^5.1.0",
"@typescript-eslint/parser": "^2.17.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-inline-react-svg": "^1.1.1",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-styled-components": "^1.10.7",
"babel-preset-env": "^1.7.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-flowtype": "^4.6.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.0",
"file-loader": "^5.0.2",
"flow-bin": "^0.116.1",
"next-size": "^2.1.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"prettier": "^1.19.1",
"resolve-url-loader": "^3.1.1",
"responsive-loader": "^1.2.0",
"url-loader": "^3.0.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"engines": {
"node": "10.x"
}
}