-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
74 lines (74 loc) · 1.88 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@stripe/stripe-js": "1.35.0",
"@swc/helpers": "0.4.11",
"@stripe/react-stripe-js": "1.10.0",
"@types/dompurify": "2.3.3",
"axios": "0.27.2",
"calendar-link": "2.1.1",
"date-fns": "2.28.0",
"date-fns-tz": "1.3.4",
"dompurify": "2.3.8",
"react": "17.0.2",
"react-add-to-calendar": "0.1.5",
"react-big-calendar": "0.40.1",
"react-bootstrap": "2.4.0",
"react-dom": "17.0.2",
"react-ga": "3.3.0",
"react-google-invisible-recaptcha": "0.2.12",
"react-google-recaptcha": "2.1.0",
"react-google-recaptcha-v3": "1.9.7",
"react-helmet": "6.1.0",
"react-helmet-async": "1.3.0",
"react-hook-form": "7.31.1",
"react-lightgallery": "0.9.0",
"react-query": "3.39.0",
"react-router-bootstrap": "0.26.1",
"react-router-dom": "6.3.0",
"react-scripts": "5.0.1",
"recaptcha-v3": "1.10.0",
"typed.js": "2.0.12"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "cypress run",
"test:ui": "cypress open",
"eject": "craco eject",
"eslint-check": "eslint src/",
"eslint-fix": "eslint src/**/*.js --fix",
"now-build": "craco build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"reactSnap": {
"puppeteerArgs": [
"--no-sandbox",
"--disable-setuid-sandbox"
]
},
"devDependencies": {
"@craco/craco": "6.4.3",
"craco-swc": "0.5.1",
"cypress": "9.5.4",
"eslint-config-prettier": "8.5.0",
"eslint-config-prettier-check": "1.0.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-testing-library": "5.4.0",
"prettier": "2.6.2",
"react-snap": "1.23.0"
}
}