-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.78 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
{
"name": "homepage",
"version": "2.0.0",
"homepage": "/",
"private": true,
"type": "module",
"scripts": {
"start": "vite --host",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx",
"test": "vitest run",
"preview": "vite preview"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-masonry-component": "^6.3.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"typograf": "~7.3.0",
"uniqid": "^5.4.0",
"unsplash-js": "^7.0.19"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/node": "^20.11.28",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/uniqid": "^5.3.4",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"@welldone-software/why-did-you-render": "^8.0.1",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"happy-dom": "^15.11.7",
"msw": "^2.7.0",
"postcss": "^8.4.32",
"sass": "^1.72.0",
"typescript": "^5.4.2",
"vite": "^5.4.10",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^2.1.4"
},
"packageManager": "[email protected]"
}