-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.91 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
{
"name": "cardistry-stats",
"homepage": "https://cardistrystats.maciejbiel.pl",
"version": "0.1.0",
"private": true,
"dependencies": {
"@welldone-software/why-did-you-render": "^3.3.8",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"connected-react-router": "^6.5.2",
"dotenv": "^8.0.0",
"final-form": "^4.18.5",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.15",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-css-loaders": "^0.0.5",
"react-dom": "^16.8.6",
"react-final-form": "^6.3.0",
"react-google-recaptcha": "^1.1.0",
"react-icons": "^3.7.0",
"react-images": "^1.0.0",
"react-intl": "^2.9.0",
"react-modal": "^3.11.1",
"react-redux": "^7.1.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.0.1",
"react-table": "^6.10.0",
"react-transition-group": "^4.2.2",
"react-youtube": "^7.9.0",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-form": "^8.2.5",
"redux-saga": "^1.0.5",
"redux-thunk": "^2.3.0",
"styled-components": "^4.3.2",
"sweetalert2": "^8.15.3",
"webfontloader": "^1.6.28",
"wicg-inert": "^2.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"cypress:open": "cypress open",
"eslint:fix": "eslint --fix --ext js,jsx src"
},
"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": {
"cypress": "^3.4.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"fslightbox-react": "^1.4.4",
"react-test-renderer": "^16.8.6"
}
}