-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.54 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
{
"name": "coffee_world",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"json-server": "json-server --watch db.json --port 5000",
"serve": "concurrently \"npm run dev\" \"npm run json-server\""
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.17",
"@react-spring/web": "^9.7.3",
"@vercel/analytics": "^1.1.1",
"body-parser": "^1.20.2",
"express": "^4.18.2",
"firebase": "^10.4.0",
"formik": "^2.4.5",
"framer-motion": "^10.16.4",
"i18next": "^23.6.0",
"i18next-http-backend": "^2.3.1",
"latest": "^0.2.0",
"next": "^14.0.3",
"next-pwa": "^5.6.0",
"nodemailer": "^6.9.5",
"react": "^18.2.0",
"react-animated-cursor": "^2.11.2",
"react-dom": "^18.2.0",
"react-i18next": "^13.3.1",
"react-icons": "^4.11.0",
"react-intersection-observer": "^9.5.3",
"react-scroll": "^1.9.0",
"react-scroll-parallax": "^3.4.3",
"react-spring": "^9.7.3",
"react-spring-carousel": "^2.0.19",
"react-toastify": "^9.1.3",
"react-use-mouse-position": "^1.0.4",
"yup": "^1.3.2"
},
"devDependencies": {
"concurrently": "^7.0.0",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^9.0.0",
"json-server": "^0.17.0",
"prettier": "^3.1.0"
},
"main": "next.config.js",
"author": "Olexa Etush",
"license": "ISC"
}