-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 968 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
38
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\""
},
"dependencies": {
"@babel/preset-env": "^7.22.7",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/material": "^5.12.1",
"axios": "^1.7.8",
"firebase": "^10.1.0",
"firebase-admin": "^12.0.0",
"lottie-web": "^5.11.0",
"next": "^14.2.15",
"prettier": "^2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.0.3",
"react-icons": "^4.4.0",
"react-lottie": "^1.2.3",
"react-tsparticles": "^2.2.2",
"sharp": "^0.33.0",
"styled-components": "^5.3.5",
"tsparticles": "^2.2.2",
"typewriter-effect": "^2.19.0"
},
"devDependencies": {
"eslint": "8.22.0",
"eslint-config-next": "12.2.5"
}
}