-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.73 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
{
"name": "cat-carousel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "npx serve@latest out",
"lint": "eslint --fix --ext .js,.jsx,.ts,.tsx .",
"lint:check": "eslint --ext .js,.jsx,.ts,.tsx ."
},
"homepage": ".",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@eslint/js": "^9.13.0",
"@fortawesome/fontawesome-free": "^6.6.0",
"@mui/icons-material": "^6.1.4",
"@mui/material": "^6.1.4",
"@mui/styled-engine-sc": "^6.1.4",
"@reduxjs/toolkit": "^2.3.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "22.8.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-redux": "^7.1.34",
"animate.css": "^4.1.1",
"async_hooks": "^1.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-prettier": "^5.2.1",
"firebase": "^11.0.0",
"firebase-tools": "^13.22.1",
"firebaseui": "^6.1.0",
"fs": "^0.0.2",
"mdb-react-ui-kit": "^9.0.0",
"next": "15.0.2",
"nextjs": "^0.0.3",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"react": "18.3.1",
"react-dom": "^18.3.1",
"react-favicon": "^2.0.7",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"react-player": "^2.16.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.27.0",
"react-text-transition": "^3.1.0",
"react-tooltip": "^5.28.0",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"router": "^2.0.0",
"styled-components": "^6.1.13",
"superstatic": "^9.0.3",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0"
}
}