-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.37 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
80
{
"name": "excite_v1",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jest-environment-jsdom-sixteen",
"eject": "react-scripts eject"
},
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
},
"dependencies": {
"aws-amplify": "^2.2.2",
"aws-sdk": "^2.610.0",
"core-js": "^3.6.4",
"openid-client": "^3.13.0",
"passport": "^0.4.1",
"passport-steam": "^1.0.12",
"raf": "^3.4.1",
"react": "^16.12.0",
"react-app-polyfill": "^1.0.6",
"react-crossfade-image": "^1.2.0",
"react-dom": "^16.12.0",
"react-ga": "^2.7.0",
"react-helmet": "^6.1.0",
"react-image-fade-in": "^1.1.0",
"react-image-magnify": "^2.7.4",
"react-paypal-button-v2": "^2.6.1",
"react-phone-input-2": "^2.11.0",
"react-places-autocomplete": "^7.2.1",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.4",
"react-select": "^3.0.8",
"react-slick": "^0.25.2",
"react-spinners": "^0.8.0",
"react-stripe-elements": "^6.1.0",
"react-switch": "^5.0.1",
"react-table": "^7.0.0-rc.16",
"reactjs-popup": "^1.5.0",
"reduce-reducers": "^1.0.4",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"slick-carousel": "^1.8.1",
"steamapi": "^2.0.7",
"styled-components": "^5.0.0",
"websocket": "^1.0.31"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"ie 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"ie 11"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^10.0.0",
"@testing-library/user-event": "^13.2.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.6.2",
"jest-environment-jsdom-sixteen": "^2.0.0",
"react-dev-utils": "^10.0.0"
}
}