-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.95 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
{
"name": "portfolio--vite",
"version": "2.0.1",
"private": true,
"type": "module",
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.11.16",
"@types/redux": "^3.6.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"clsx": "^1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.11.0",
"react-scripts": "5.0.1",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"redux-devtools": "^3.7.0",
"redux-devtools-extension": "^2.13.9",
"swiper": "^8.4.7"
},
"scripts": {
"start": "vite",
"clean": "vite clean",
"build": "tsc && vite build --outDir=build",
"test": "vitest run --coverage",
"test:junit": "eslint . --ext .tsx && vitest run --coverage --reporter junit --outputFile junit.xml",
"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"
]
},
"devDependencies": {
"@types/history": "^5.0.0",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.3",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/react-icons": "^3.0.0",
"@types/react-router-dom": "^5.3.3",
"@types/recharts": "^1.8.24",
"@types/testing-library__jest-dom": "^5.14.5",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-istanbul": "^0.33.0",
"depcheck": "^1.4.3",
"jest": "29.6.1",
"jest-junit": "^16.0.0",
"jest-sonar-reporter": "^2.0.0",
"jsdom": "^22.1.0",
"ts-jest": "29.1.1",
"typescript": "^5.0.4",
"vite": "^4.3.4",
"vite-plugin-rewrite-all": "^1.0.1",
"vitest": "^0.33.0"
}
}