-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.78 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
{
"name": "imAGINE",
"version": "2.0.0",
"description": "imAGINE - Digital Signage",
"main": "index.js",
"scripts": {
"dev": "node server.js -p $PORT",
"build": "next build",
"start": "NODE_ENV=production node server.js -p $PORT"
},
"keywords": [
"next.js",
"react.js",
"node.js"
],
"author": "Super Dev",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^4.8.1",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^7.0.0",
"imagemin-svgo": "^7.0.0",
"lazysizes": "^5.2.0",
"less": "^3.9.0",
"next": "^8.1.0",
"next-compose-plugins": "^2.2.0",
"next-fonts": "^0.17.0",
"next-optimized-images": "^2.5.3",
"next-redux-wrapper": "^3.0.0-alpha.3",
"next-routes": "^1.4.2",
"next-seo": "^2.0.0",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-accessible-accordion": "^3.0.0",
"react-confirm-alert": "^2.6.1",
"react-cool-img": "^1.0.19",
"react-countup": "^4.1.3",
"react-dom": "^16.8.6",
"react-google-maps": "^9.4.5",
"react-google-recaptcha": "^2.0.1",
"react-image-lightbox": "^5.1.0",
"react-modal-video": "^1.2.2",
"react-no-ssr": "^1.1.0",
"react-owl-carousel3": "^2.2.5",
"react-preloading-screen": "^1.0.2",
"react-redux": "^7.1.0",
"react-stripe-checkout": "^2.6.3",
"react-visibility-sensor": "^5.0.2",
"recompose": "^0.30.0",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"resize-optimize-images": "^1.1.0",
"stripe": "^7.6.1",
"wowjs": "^1.1.3"
},
"devDependencies": {}
}