-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.52 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
{
"name": "molla-react",
"version": "2.1.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build && next export",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.4.16",
"@apollo/react-hooks": "^4.0.0",
"@apollo/react-ssr": "^4.0.0",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.4.1",
"apollo-boost": "^0.4.9",
"google-map-react": "^2.1.10",
"graphql": "^15.6.0",
"graphql-tag": "^2.12.5",
"imagesloaded": "^4.1.4",
"isotope-layout": "^3.0.6",
"js-cookie": "^3.0.1",
"masonry-layout": "^4.2.2",
"next": "^10.0.8",
"next-apollo": "^5.0.4",
"next-redux-saga": "^4.1.2",
"next-redux-wrapper": "^7.0.5",
"react": "^16.8.0",
"react-awesome-reveal": "^3.8.1",
"react-countdown": "^2.3.2",
"react-dom": "^16.8.0",
"react-helmet": "^6.1.0",
"react-image-lightbox": "^5.1.4",
"react-image-magnifiers": "^1.4.0",
"react-input-range": "^1.3.0",
"react-lazy-load-image-component": "^1.5.1",
"react-modal": "^3.14.3",
"react-owl-carousel2": "^0.3.0",
"react-redux": "^7.2.5",
"react-slide-toggle": "^0.3.5",
"react-sticky-box": "^0.9.3",
"react-tabs": "^3.2.2",
"react-toastify": "^8.0.3",
"redux": "^4.1.1",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"sass": "^1.42.1"
}
}