-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
91 lines (91 loc) · 2.57 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
81
82
83
84
85
86
87
88
89
90
91
{
"name": "wishlists-builder",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.19",
"@mui/material": "^5.15.3",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/file-saver": "^2.0.7",
"@types/is-url": "^1.2.32",
"@types/jest": "^24.9.1",
"@types/lodash": "^4.14.202",
"@types/node": "^12.20.55",
"@types/query-string": "^6.3.0",
"@types/react": "^16.14.55",
"@types/react-dom": "^16.9.24",
"@types/react-redux": "^7.1.33",
"@types/react-router-dom": "^5.3.3",
"@types/react-virtualized-auto-sizer": "^1.0.4",
"@types/react-window": "^1.8.8",
"awesome-debounce-promise": "^2.1.0",
"axios": "^0.21.4",
"bungie-api-ts": "^4.22.3",
"delay": "^4.4.1",
"dexie": "^3.2.4",
"dexie-observable": "^3.0.0-beta.11",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"is-url": "^1.2.4",
"lodash": "^4.17.21",
"query-string": "^6.14.1",
"react": "^17.0.2",
"react-async-hook": "^3.6.2",
"react-dom": "^17.0.2",
"react-fontawesome": "^1.7.1",
"react-redux": "^7.2.9",
"react-router-dom": "^5.3.4",
"react-scripts": "3.4.0",
"react-scrollbars-custom": "^4.1.1",
"react-tippy": "^1.4.0",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.10",
"redux": "^4.2.1",
"redux-observable": "^1.2.0",
"reselect": "^4.1.8",
"rxjs": "^6.6.7",
"sass": "^1.69.7",
"simplebar-react": "^2.4.3",
"ts-bus": "^2.3.1",
"typesafe-actions": "^5.1.0",
"typescript": "^4.9.5",
"use-constant": "^1.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build release",
"test": "react-scripts test",
"eject": "react-scripts eject",
"download_db": "ts-node --project=tsconfig.utils.json utils/download_manifest"
},
"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": {
"@types/axios": "^0.14.0",
"@types/fs-extra": "^8.1.5",
"fs-extra": "^8.1.0",
"ts-node": "^8.10.2"
},
"resolutions": {
"react-scripts/eslint-webpack-plugin": "2.3.0"
}
}