-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 913 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
{
"name": "hypseus",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"build-and-export": "next build && next export",
"build-and-deploy": "NODE_ENV=production && next build && vercel --prod",
"build-export-deploy": "NODE_ENV=production && next build && next export && vercel --prod"
},
"dependencies": {
"classcat": "^5.0.4",
"firebase": "^9.5.0",
"firebase-admin": "^10.0.0",
"firebaseui": "^6.0.0",
"i": "^0.3.7",
"next": "12.0.2",
"next-sitemap": "^3.1.52",
"npm": "^8.1.3",
"react": "17.0.2",
"react-burger-menu": "^3.0.6",
"react-dom": "17.0.2",
"react-firebaseui": "^6.0.0",
"react-modal": "^3.14.4",
"sass": "^1.43.4"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "12.0.2"
}
}