-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "typing-fast",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest --watch --o",
"test:all": "jest --watchAll"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/material": "^5.9.3",
"@mui/styled-engine-sc": "^5.9.3",
"@reduxjs/toolkit": "^1.8.1",
"notistack": "^2.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"react-redux": "^7.2.6",
"react-router-dom": "^6.0.2",
"redux": "^4.1.2",
"styled-components": "^5.3.5",
"uuid": "^8.3.0"
},
"devDependencies": {
"@swc/core": "^1.2.141",
"@swc/jest": "^0.2.17",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.0.0",
"@types/node": "^18.7.15",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.3",
"@types/redux": "^3.6.0",
"@types/uuid": "8.3.1",
"@types/styled-components": "^5.1.25",
"@vitejs/plugin-react": "^2.0.0",
"jest": "^29.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.6.4",
"vite": "^3.0.0"
}
}