-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.44 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
{
"name": "mouvee-app",
"private": true,
"scripts": {
"open": "sleep 10 && xdg-open http://localhost:3000",
"port": "npx kill-port 3000",
"dev-linux": "npm run port && next dev -p 3000 & npm run open",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.6.1",
"axios": "^1.2.0",
"firebase": "^9.14.0",
"flowbite": "^1.5.4",
"flowbite-react": "^0.3.6",
"framer-motion": "^7.7.1",
"iconsax-react": "^0.0.8",
"lottie-react": "^2.3.1",
"moment": "^2.29.4",
"next": "^13.0.5",
"next-pwa": "latest",
"nextjs-progressbar": "^0.0.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.29.0",
"react-hot-toast": "^2.4.0",
"react-locomotive-scroll": "^0.2.2",
"react-paginate": "^8.1.4",
"react-player": "^2.11.0",
"recoil": "^0.7.6",
"resize-observer-polyfill": "^1.5.1",
"scroller-motion": "^1.2.1",
"tailwind-scrollbar-hide": "^1.1.7",
"zustand": "^4.1.4"
},
"devDependencies": {
"@types/node": "^18.11.10",
"@types/react": "^18.0.25",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.1",
"tailwindcss-textshadow": "^2.1.3",
"typescript": "^4.9.3"
}
}