forked from nikhilww3/fmcw-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.25 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": "fmc-weekend",
"version": "0.1.0",
"engines": {
"node": "18.x"
},
"private": true,
"proxy": "https://fmcw-backend1.onrender.com",
"dependencies": {
"@chec/commerce.js": "^2.8.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@google-pay/button-react": "^3.0.5",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@mui/icons-material": "^5.1.0",
"@mui/material": "^5.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"antd": "^4.17.2",
"cdbreact": "^1.2.1",
"countapi-js": "^1.0.2",
"dotenv": "^16.0.3",
"gapi-script": "^1.2.0",
"lodash.startswith": "^4.2.1",
"node-modules": "^1.0.1",
"react": "^17.0.2",
"react-bootstrap": "^1.6.6",
"react-countup": "^6.4.0",
"react-dom": "^17.0.2",
"react-fast-marquee": "^1.3.5",
"react-google-login": "^5.2.2",
"react-icons": "^4.3.1",
"react-phone-input-2": "^2.15.1",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.3.0",
"react-scripts": "^5.0.0",
"react-scroll-trigger": "^0.6.14",
"react-toastify": "^8.1.1",
"react-use-cart": "^1.13.0",
"rwserve-visitor-count": "^1.0.6",
"typewriter-effect": "^2.19.0",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "DISABLE_ESLINT_PLUGIN=true react-scripts build",
"test": "DISABLE_ESLINT_PLUGIN=true react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint .",
"lint:fix": "eslint --fix",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"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": {
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"tailwindcss": "^3.2.4"
}
}