-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.14 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
{
"name": "theme-arch",
"version": "1.0.0",
"description": "",
"keywords": [],
"author": "Sanjeev Sharma",
"main": "src/index.js",
"dependencies": {
"@apollo/client": "^3.3.7",
"@stripe/react-stripe-js": "^1.4.0",
"@stripe/stripe-js": "^1.13.1",
"axios": "^0.21.1",
"clsx": "^1.1.1",
"date-fns": "^2.19.0",
"ejs": "^3.1.5",
"google-map-react": "^2.1.9",
"graphql": "^15.5.0",
"jquery": "^3.5.1",
"jwt-decode": "^3.1.2",
"keycloak-js": "^12.0.4",
"liquidjs": "9.20.1",
"lodash.isequal": "^4.5.0",
"mustache": "^4.1.0",
"pug": "3.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-google-places-autocomplete": "^3.2.2",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.0",
"react-toastify": "^7.0.3",
"rrule": "^2.6.8",
"sass": "^1.32.8",
"subscriptions-transport-ws": "^0.9.18"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}