-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
98 lines (98 loc) · 2.97 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
{
"name": "hackertab.dev",
"version": "1.1.0",
"private": false,
"dependencies": {
"@amplitude/analytics-browser": "^1.5.5",
"@tanstack/query-async-storage-persister": "^5.8.3",
"@tanstack/react-query": "^4.13.0",
"@tanstack/react-query-persist-client": "^5.8.4",
"@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",
"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": "^5.2.1",
"react-markdown": "^7.0.1",
"react-modal": "^3.12.1",
"react-router-dom": "^6.21.0",
"react-select": "^5.0.1",
"react-share": "^4.4.1",
"react-simple-toasts": "^5.10.0",
"react-spinners": "^0.10.4",
"react-spring-bottom-sheet": "^3.4.1",
"react-toggle": "^4.1.1",
"react-tooltip": "^4.2.21",
"timeago.js": "^4.0.2",
"type-fest": "^1.2.0",
"vite-plugin-ejs": "^1.6.4",
"web-vitals": "^0.2.4",
"zustand": "^4.3.3"
},
"scripts": {
"start": "vite",
"preview": "vite preview",
"build:web": "VITE_BUILD_TARGET=web ./script/build.sh",
"build:ext": "VITE_BUILD_TARGET=extension ./script/build.sh",
"build:firefox": "VITE_BUILD_PLATFORM=firefox ./script/build-firefox.sh",
"build:chrome": "VITE_BUILD_PLATFORM=chrome ./script/build-chrome.sh"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"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.241",
"@types/jest": "^29.1.2",
"@types/jsonpath": "^0.2.0",
"@types/node": "^20.4.2",
"@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",
"@vitejs/plugin-react": "^4.0.3",
"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",
"terser": "^5.19.2",
"typescript": "^5.1.6",
"vite": "^4.4.5",
"vite-plugin-svgr": "^3.2.0",
"vite-tsconfig-paths": "^4.2.0"
}
}