-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.33 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
{
"name": "watchtube",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=14.0.0",
"yarn": ">=1.22.0",
"npm": "NPM_NOT_SUPPORTED_PLEASE_USE_YARN"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.3.6",
"dotenv": "^16.3.1",
"firebase": "^9.20.0",
"js-cookie": "^3.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"redux-persist": "^6.0.0",
"serve": "^14.2.1",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.0",
"@mui/styled-engine-sc": "^5.8.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"react-router-dom": "^6.3.0",
"sass": "^1.53.0",
"styled-components": "^5.3.5",
"vite": "^3.0.0",
"web-vitals": "^2.1.4"
}
}