-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.13 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
{
"name": "rick-and-morty-slide",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"format": "prettier --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\" --ignore-path .gitignore",
"lint": "eslint . --c ts,tsx, --report-unused-disable-directives --max-warnings 0",
"lint:format": "prettier --cache --check .",
"type-check": "tsc --noEmit",
"test-format": "pnpm format && pnpm lint:format && pnpm lint && pnpm type-check",
"preview": "vite preview",
"test": "jest"
},
"dependencies": {
"@tanstack/react-query": "5.48.0",
"axios": "1.7.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-slick": "0.30.2",
"slick-carousel": "1.8.1",
"zod": "3.23.8",
"zustand": "4.5.4"
},
"devDependencies": {
"@babel/preset-env": "7.24.7",
"@babel/preset-react": "7.24.7",
"@eslint/js": "9.6.0",
"@ianvs/prettier-plugin-sort-imports": "4.3.0",
"@testing-library/dom": "10.3.0",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@types/dompurify": "3.0.5",
"@types/eslint__js": "8.42.3",
"@types/jest": "29.5.12",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-slick": "0.23.13",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.19",
"babel-jest": "29.7.0",
"eslint": "8.57.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.7",
"@babel/preset-typescript": "7.24.7",
"@eslint/compat": "1.1.0",
"globals": "15.8.0",
"ts-jest": "29.1.5",
"ts-node": "10.9.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"postcss": "8.4.38",
"prettier": "3.3.2",
"prettier-plugin-tailwindcss": "0.6.5",
"tailwindcss": "3.4.4",
"@swc/core": "1.6.8-nightly-20240704.1",
"typescript": "5.2.2",
"typescript-eslint": "7.15.0",
"vite": "5.3.1"
}
}