-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.28 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
{
"name": "newrj",
"version": "0.1.0",
"private": true,
"dependencies": {
"@auth0/auth0-react": "^1.12.0",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@material-ui/core": "^4.11.0",
"@reduxjs/toolkit": "^1.9.1",
"@sentry/react": "^5.21.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@woocommerce/woocommerce-rest-api": "^1.0.1",
"axios": "^0.19.2",
"bootstrap": "^5.2.3",
"concurrently": "^5.3.0",
"crypto": "^1.0.1",
"feather-icons": "^4.28.0",
"json-server": "^0.16.1",
"moment": "^2.29.4",
"razorpay": "^2.8.4",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-content-loader": "^5.1.0",
"react-dom": "^16.13.1",
"react-facebook-login": "^4.1.1",
"react-feather": "^2.0.8",
"react-items-carousel": "^2.8.0",
"react-loader-spinner": "^5.3.4",
"react-promise-tracker": "^2.1.0",
"react-razorpay": "^1.2.0",
"react-redux": "^7.2.1",
"react-redux-form": "^1.16.14",
"react-responsive-carousel": "^3.2.9",
"react-router-dom": "^6.3.0",
"react-router-redux": "^4.0.8",
"react-scripts": "3.4.3",
"react-slick": "^0.27.10",
"react-text": "^3.2.5",
"reactstrap": "^9.1.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2",
"swiper": "^8.4.5"
},
"scripts": {
"start": "react-scripts start",
"json-server": "json-server --watch db.json --port 3003",
"startdev": "concurrently \"npm start\" \"npm start json-server\"",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}