forked from medyo/hackertab.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 2.87 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
92
93
94
95
96
97
98
99
100
101
{
"name": "hackertab.dev",
"version": "1.1.0",
"private": false,
"dependencies": {
"@amplitude/analytics-browser": "^1.5.5",
"@craco/craco": "^6.4.5",
"@tanstack/react-query": "^4.13.0",
"@types/dompurify": "^2.3.4",
"@types/jspath": "^0.4.0",
"axios": "^0.21.2",
"axios-cache-adapter": "^2.7.3",
"country-emoji": "^1.5.4",
"dompurify": "^2.2.7",
"htmlparser2": "^8.0.1",
"jsonpath": "^1.1.1",
"localforage": "^1.9.0",
"normalize.css": "^8.0.1",
"prop-types": "^15.0.0-0",
"react": "^17.0.1",
"react-contexify": "^5.0.0",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.1",
"react-easy-sort": "^1.5.1",
"react-error-boundary": "^3.1.4",
"react-icons": "^4.4.0",
"react-markdown": "^7.0.1",
"react-modal": "^3.12.1",
"react-pro-sidebar": "^0.6.0",
"react-scripts": "4.0.1",
"react-select": "^5.0.1",
"react-spinners": "^0.10.4",
"react-spring-bottom-sheet": "^3.4.1",
"react-toggle": "^4.1.1",
"react-tooltip": "^4.2.21",
"rss-to-json": "^2.1.1",
"styled-components": "2",
"timeago.js": "^4.0.2",
"type-fest": "^1.2.0",
"web-vitals": "^0.2.4",
"zustand": "^4.3.3"
},
"proxy": "https://api.hackertab.dev/",
"scripts": {
"start": "craco start",
"build-web": "craco --max_old_space_size=4096 build",
"build": "./script/build.sh",
"build-firefox": "./script/build-firefox.sh",
"build-chrome": "./script/build-chrome.sh",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"react-error-overlay": "6.0.9"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/chrome": "^0.0.198",
"@types/jest": "^29.1.2",
"@types/jsonpath": "^0.2.0",
"@types/node": "^18.11.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-modal": "^3.13.1",
"@types/react-toggle": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.40.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react": "^1.1.7",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^27.1.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
}
}