-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 3.19 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
102
103
{
"name": "ndevu",
"private": false,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --fix",
"format": "prettier --write ./**/*.{js,ts,tsx,css,md,json} --config ./.prettierrc.json",
"preview": "vite --host 0.0.0.0",
"prepare": "husky",
"test": "vitest --coverage"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/material": "^5.16.4",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@reduxjs/toolkit": "^2.2.5",
"@stripe/react-stripe-js": "^2.7.3",
"@stripe/stripe-js": "^4.1.0",
"@testing-library/dom": "^10.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/js-cookie": "^3.0.6",
"axios": "^1.7.2",
"axios-mock-adapter": "^1.22.0",
"crypto-js": "^4.2.0",
"history": "^5.3.0",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.395.0",
"pdfjs-dist": "^3.9.179",
"prettier": "^3.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.52.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-jwt": "^1.2.1",
"react-modal": "^3.16.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.2",
"react-spinners": "^0.14.1",
"react-swipeable": "^7.0.1",
"react-toastify": "^10.0.5",
"redux": "^5.0.1",
"redux-mock-store": "^1.5.4",
"socket.io-client": "^4.7.5",
"vitest": "^1.6.0"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/crypto-js": "^4.2.2",
"@types/jsonwebtoken": "^9.0.7",
"@types/jwt-decode": "^3.1.0",
"@types/node": "^20.14.7",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-modal": "^3.16.3",
"@types/redux-mock-store": "^1.0.6",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.6.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"globals": "^15.9.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jsdom": "^24.1.0",
"postcss": "^8.4.38",
"prettier": "^3.3.1",
"redux-mock-store": "^1.5.4",
"tailwindcss": "^3.4.4",
"ts-jest": "^29.2.1",
"typescript": "^5.2.2",
"typescript-eslint": "^8.6.0",
"vite": "^5.2.12",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^1.6.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.6.1"
},
"main": "index.js",
"license": "MIT"
}