-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.92 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.92 KB
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
{
"name": "react-interview",
"private": true,
"version": "1.0.0",
"type": "module",
"engines": {
"npm": ">=10.0.0",
"node": ">=22.0.0",
"engineStrict": true
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "^4.0.11",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-query": "^5.90.16",
"antd": "^6.1.3",
"axios": "^1.13.2",
"express": "^5.2.1",
"graphql": "^16.12.0",
"leaflet": "^1.9.4",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-error-boundary": "^6.1.0",
"react-leaflet": "^5.0.0",
"react-router": "^7.11.0",
"react-virtualized": "^9.22.6",
"react-virtuoso": "^4.18.1",
"react-window": "^2.2.3",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@types/leaflet": "^1.9.21",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/react-virtualized": "^9.22.3",
"@types/react-window": "^2.0.0",
"@types/youtube": "^0.1.2",
"@vitejs/plugin-react": "^5.1.2",
"babel-plugin-react-compiler": "^1.0.0",
"baseline-browser-mapping": "^2.9.11",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^17.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jest-transform-stub": "^2.0.0",
"jest-transformer-svg": "^2.1.0",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"typescript": "~5.9.3",
"typescript-eslint": "^8.51.0",
"vite": "^7.3.0"
}
}