-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 934 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": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.3",
"@react-spring/three": "^9.7.5",
"@react-three/fiber": "^8.17.14",
"@svgr/webpack": "^8.1.0",
"framer-motion": "^12.3.1",
"i18next": "^24.2.2",
"lottie-react": "^2.4.0",
"next": "14.2.11",
"next-themes": "^0.4.4",
"nodemailer": "^6.9.15",
"react": "^18",
"react-awesome-reveal": "^4.3.1",
"react-dom": "^18",
"react-i18next": "^15.4.0",
"react-icons": "^5.4.0",
"react-speech-recognition": "^3.10.0",
"regenerator-runtime": "^0.14.1",
"styled-components": "^6.1.15"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.11"
}
}