-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.03 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
{
"name": "my-divjoy-project",
"version": "0.1.0",
"private": true,
"keywords": [
"divjoy"
],
"dependencies": {
"@analytics/google-analytics": "0.2.2",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.60",
"@react-spring/web": "^9.7.1",
"@u-wave/react-vimeo": "^0.9.10",
"@use-gesture/react": "^10.2.24",
"analytics": "0.3.1",
"auth0": "2.36.2",
"auth0-js": "9.16.4",
"es6-promisify": "6.1.0",
"firebase": "9.1.0",
"firebase-admin": "9.12.0",
"history": "4.10.1",
"i18next": "^22.4.12",
"jsonwebtoken": "8.5.1",
"jwks-rsa": "2.0.4",
"mailchimp-api-v3": "1.14.0",
"netlify-cli": "^13.2.1",
"query-string": "6.13.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-hook-form": "6.15.1",
"react-i18next": "^12.2.0",
"react-material-ui-carousel": "^3.4.2",
"react-multi-carousel": "^2.8.2",
"react-query": "3.32.1",
"react-router-dom": "5.2.0",
"react-scripts": "5.0.1",
"react-swipeable-views": "^0.14.0",
"react-swipeable-views-utils": "^0.14.0",
"react-window": "^1.8.8",
"use-local-storage-state": "9.0.2"
},
"engines": {
"node": ">=18.15.0",
"npm": ">=9.5.0"
},
"scripts": {
"start:react": "react-scripts start",
"start:netlify": "netlify dev",
"start": "npm run start:netlify",
"build": "react-scripts build",
"test": "react-scripts test"
},
"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"
]
},
"devDependencies": {
"@testing-library/dom": "^9.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^13.5.0",
"jest-axe": "^7.0.1",
"prettier": "2.8.4"
}
}