-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 909 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
{
"name": "thephonegarage",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.19.3",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.5",
"@mui/material": "^5.15.5",
"@reduxjs/toolkit": "^2.1.0",
"@table-library/react-table-library": "^4.1.7",
"clipboard": "^2.0.11",
"contentful": "^10.6.18",
"date-fns": "^3.3.1",
"js-cookie": "^3.0.5",
"mongoose": "^8.1.1",
"next": "14.0.4",
"randomstring": "^1.3.0",
"react": "^18",
"react-contentful": "^2.0.31",
"react-dom": "^18",
"react-redux": "^9.1.0",
"sweetalert2": "^11.10.4"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.0.4"
}
}