-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 KB
/
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
39
40
41
42
{
"name": "pocketsite-card",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@material-ui/core": "^4.12.4",
"@next/font": "13.1.6",
"@types/bootstrap": "^5.2.6",
"@types/node": "18.14.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@zeit/next-sass": "^1.0.1",
"axios": "^1.3.4",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3",
"chrome-aws-lambda": "^10.1.0",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"formik": "^2.2.9",
"next": "13.1.6",
"next-api-og-image": "^4.3.0",
"next-seo": "^6.0.0",
"react": "18.2.0",
"react-bootstrap": "^2.7.2",
"react-bootstrap-v5": "^1.4.0",
"react-dom": "18.2.0",
"react-inlinesvg": "^3.0.1",
"react-toastify": "^9.1.1",
"typescript": "4.9.5",
"yup": "^1.0.0"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"sass": "^1.58.3"
}
}