-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
103 lines (103 loc) · 3.12 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
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
{
"name": "customer-service-application-web",
"version": "1.0.0",
"description": "Customer service application get it done",
"scripts": {
"dev": "parcel serve index.html --no-cache",
"deploy": "parcel build index.html"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [],
"author": "",
"license": "",
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {
"@apollo/client": "^3.0.0-beta.24",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@owaiswiz/use-in-view": "^1.0.16",
"@testing-library/jest-dom": "^5.15.0",
"@types/react": "^16.9.17",
"algoliasearch": "^4.10.5",
"apollo-link-context": "1.0.19",
"axios": "^0.24.0",
"bulma": "^0.9.3",
"cloudinary-react": "^1.7.0",
"date-fns": "1.30.1",
"fast-levenshtein": "^3.0.0",
"feather-icons": "^4.28.0",
"feather-icons-react": "^0.4.3",
"framer-motion": "^4.1.17",
"graphql": "^14.5.8",
"hoist-non-react-statics": "^3.3.2",
"i18next": "^20.6.1",
"javascript-time-ago": "2.3.8",
"jest-svg-transformer": "^1.0.0",
"jest-transform-stub": "^2.0.0",
"mdbreact": "^5.1.0",
"normalize.css": "8.0.1",
"payhere-js-sdk": "^1.0.1",
"postcss": "^8.3.6",
"react": "^17.0.2",
"react-bulma-components": "^4.0.7",
"react-cloudinary-upload-widget": "^1.4.3",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.19.3",
"react-i18next": "^11.12.0",
"react-icons": "^4.3.1",
"react-image-picker": "^1.1.1",
"react-instantsearch-dom": "^6.12.1",
"react-loading": "^2.0.3",
"react-markdown": "^6.0.3",
"react-modal": "^3.14.3",
"react-rating-stars-component": "^2.2.0",
"react-router-dom": "^5.1.2",
"react-scroll": "^1.8.4",
"react-slick": "^0.28.1",
"react-slideshow-with-pagination": "^1.0.2",
"react-smart-gallery": "^0.2.0",
"react-test-renderer": "^17.0.2",
"react-toast-notifications": "^2.5.1",
"slick-carousel": "^1.8.1",
"styled-components": "^4.4.1",
"tailwindcss": "^2.2.7",
"talkjs": "^0.15.0",
"timeago.js": "^4.0.2",
"twin.macro": "^2.6.2",
"underscore": "^1.13.1"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-env": "7.15.0",
"@babel/preset-react": "7.14.5",
"@parcel/transformer-image": "2.0.0-rc.0",
"@testing-library/cypress": "5.0.2",
"@testing-library/react": "^12.1.2",
"babel-plugin-styled-components": "1.10.6",
"babel-plugin-transform-runtime": "^6.23.0",
"cypress-file-upload": "^5.0.8",
"cypress": "^8.7.0",
"eslint": "5.16.0",
"eslint-config-prettier": "5.1.0",
"eslint-plugin-cypress": "2.7.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.16.0",
"eslint-plugin-react-hooks": "2.3.0",
"graphql-request": "^3.5.0",
"jest": "^27.3.1",
"parcel": "2.0.0-rc.0",
"prettier": "1.19.1",
"test-data-bot": "0.8.0"
}
}