-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 957 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": "fungirak-next-punto-com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "^14.0.4",
"@mui/core": "^5.0.0-alpha.54",
"@mui/material": "^5.3.1",
"@mui/styled-engine-sc": "^5.3.0",
"react-bootstrap": "^2.1.1",
"bootstrap": "^5.0.2",
"firebase": "^9.6.10",
"materialize-css": "^1.0.0-rc.2",
"react-router-dom": "^6.2.1",
"styled-components": "^5.3.3",
"sweetalert": "^2.1.2",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"react-modal": "^3.14.4",
"react-paginate": "^8.1.0",
"animate.css": "^4.1.1",
"web-vitals": "^1.1.2"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.0.4",
"gh-pages": "^3.2.3",
"github-linguist": "^2.4.3"
}
}