-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.09 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
{
"name": "campaign-builder",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.10.16",
"@react-google-maps/api": "^2.17.0",
"@reduxjs/toolkit": "^1.8.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.1.3",
"classnames": "^2.3.2",
"currency-list": "^1.0.8",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"match-sorter": "^6.3.1",
"mobx": "^6.7.0",
"mobx-react-lite": "^3.4.0",
"react": "^18.2.0",
"react-app-polyfill": "^3.0.0",
"react-currency-input-field": "^3.6.9",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-flags-select": "^2.2.3",
"react-helmet": "^6.1.0",
"react-paginate": "^8.1.4",
"react-payment-inputs": "^1.1.9",
"react-redux": "^8.0.4",
"react-router-dom": "^6.4.2",
"react-router-hash-link": "^2.4.3",
"react-scripts": "^5.0.1",
"react-select": "^5.6.1",
"react-to-print": "^2.14.11",
"react-toastify": "^9.1.1",
"react-tooltip": "^4.5.1",
"sass": "^1.56.0",
"sort-by": "^1.2.0",
"styled-components": "^5.3.6",
"use-places-autocomplete": "^4.0.0",
"uuid": "^9.0.0",
"web-vitals": "^2.1.4"
},
"author": {
"name": "Asad Mujumder",
"email": "asaduzzaman.anik.me@gmail.com",
"url": "https://asad13.github.io"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@craco/craco": "^7.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1"
},
"packageManager": "yarn@1.22.1"
}