-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
71 lines (71 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
{
"name": "@bloomreach/example-saas",
"description": "Example React SPA for brX SaaS",
"version": "0.3.0-saas",
"private": true,
"engines": {
"node": "18",
"npm": "10"
},
"scripts": {
"resolution": "npx npm-force-resolutions",
"dev": "next dev",
"build": "next build",
"build:dev": "npm run build",
"start": "next start",
"lint": "next lint --dir ."
},
"dependencies": {
"@bloomreach/connector-components-react": "0.15.0-saas",
"@bloomreach/react-sdk": "21.0.0",
"@bloomreach/segmentation": "0.0.16",
"@bloomreach/spa-sdk": "21.0.0",
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/react-fontawesome": "0.1.17",
"@react-google-maps/api": "2.7.0",
"axios": "0.22.0",
"bootstrap": "4.6.1",
"cookie": "0.4.2",
"next": "12.1.0",
"path-parse": "1.0.7",
"react": "17.0.2",
"react-bootstrap": "1.6.4",
"react-cookie": "4.1.1",
"react-cookie-consent": "7.3.1",
"react-dom": "17.0.2",
"react-player": "2.9.0",
"sanitize-html": "2.10.0"
},
"devDependencies": {
"@bloomreach/eslint-config-base": "1.0.7",
"@netlify/plugin-nextjs": "4.32.2",
"@rushstack/eslint-patch": "1.1.0",
"@types/googlemaps": "3.43.3",
"@types/markerclustererplus": "2.1.33",
"@types/node": "17.0.18",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"@types/sanitize-html": "2.9.0",
"eslint": "7.32.0",
"eslint-config-next": "12.1.4",
"eslint-plugin-import": "2.26.0",
"sass": "1.49.9",
"typescript": "4.5.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"eslint-plugin-import": "^2.25.4"
}
}