-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.77 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
{
"name": "split-bill-easy",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://yuliyaminsk.github.io/split-bill-easy/",
"scripts": {
"dev": "vite",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"deploy": "pwd && gh-pages -d build",
"build": "pwd && tsc && vite build && pwd",
"test": "vitest",
"coverage": "vitest run --coverage",
"knip": "knip"
},
"dependencies": {
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.2",
"@reduxjs/toolkit": "^1.9.5",
"i18next": "^22.4.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.2.2",
"react-redux": "^8.0.5",
"react-router-dom": "^6.11.1",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@feature-sliced/eslint-config": "^0.1.0-beta.6",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/redux-persist": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-boundaries": "^4.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"gh-pages": "^6.1.0",
"jsdom": "^23.0.1",
"knip": "^3.4.0",
"typescript": "^5.3.2",
"vite": "^4.3.2",
"vite-plugin-pwa": "^0.14.7",
"vitest": "^1.0.4"
}
}