-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 958 Bytes
/
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
{
"name": "octocat-assignment",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest"
},
"dependencies": {
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.9.3",
"@reduxjs/toolkit": "^1.8.3",
"@testing-library/react": "^13.3.0",
"@types/react-redux": "^7.1.24",
"dayjs": "^1.11.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-redux": "^8.0.2"
},
"devDependencies": {
"@honkhonk/vite-plugin-svgr": "^1.1.0",
"@testing-library/jest-dom": "^5.16.4",
"@types/jest": "^28.1.6",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jest-svg-transformer": "^1.0.0",
"miragejs": "^0.1.45",
"ts-jest": "^28.0.7",
"typescript": "^4.6.3",
"vite": "^2.9.9"
}
}