-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.59 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
{
"name": "frontlocalvue",
"version": "0.1.0",
"homepage": "https://localvue.de",
"repository": {
"type": "git",
"url": "https://localvue.de"
},
"author": "sheub",
"private": true,
"engines": {
"node": ">=11.2.0",
"npm": ">=6.4.1"
},
"dependencies": {
"@material-ui/core": "^3.9.4",
"@material-ui/icons": "^3.0.2",
"axios": "^0.21.1",
"braintree-web-drop-in-react": "^1.2.1",
"classnames": "^2.2.6",
"i18next": "^15.1.3",
"i18next-browser-languagedetector": "^3.1.1",
"i18next-xhr-backend": "^2.0.1",
"localforage": "^1.9.0",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-click-outside": "^3.0.1",
"react-document-title": "^2.0.3",
"react-dom": "^16.14.0",
"react-i18next": "^10.13.2",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.8",
"react-slick": "^0.23.2",
"react-spinners": "^0.9.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"sw-precache-cra": "^1.0.0"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"build": "react-scripts build && sw-precache-cra --config sw-config.js",
"start": "react-scripts start",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --ext .js --ext .jsx ."
},
"eslintConfig": {
"extends": "react-app"
},
"description": "Check your local SEO in 2 minutes.",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"lodash": "^4.17.21"
}
}