forked from nicodemota/gt-webdev-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 747 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 747 Bytes
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
{
"name": "gt-webdev-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start-no-default-port": "next start",
"start": "next start -p $PORT",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/material": "^5.10.10",
"axios": "^1.1.3",
"dotenv": "^16.0.3",
"firebase": "^9.16.0",
"firebase-admin": "^11.5.0",
"next": "^12.3.1",
"react": "^18.2.0",
"react-csv": "^2.2.2",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-papaparse": "^4.1.0",
"react-ui-kanban": "^1.0.14",
"react-vertical-timeline-component": "^3.6.0"
}
}