-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.54 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
{
"name": "roadmap-frontend-interview",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "jest .",
"test:watch": "jest . --watch"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.6",
"@mui/material": "^5.10.7",
"@reduxjs/toolkit": "^1.8.5",
"@tanstack/react-query": "^4.35.7",
"@tanstack/react-query-devtools": "^4.35.7",
"animate.css": "^4.1.1",
"axios": "^1.5.1",
"fbemitter": "^3.0.0",
"immer": "^9.0.15",
"match-sorter": "^6.3.1",
"notistack": "^2.0.5",
"puppeteer": "^19.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.4",
"react-router-dom": "^6.4.1",
"react-transition-group": "^4.4.5",
"redux-persist": "^6.0.0",
"sass": "^1.55.0",
"sweetalert2": "^11.5.2"
},
"devDependencies": {
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.1",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"babel-jest": "^29.2.2",
"eslint": "^8.25.0",
"eslint-plugin-jest": "^27.1.3",
"eslint-plugin-react": "^7.31.10",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"jest-puppeteer": "^6.1.1",
"miragejs": "^0.1.47",
"redux-mock-store": "^1.5.4",
"vite": "^3.1.0"
}
}