-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
43
44
45
46
{
"name": "mevabe",
"version": "0.1.0",
"private": true,
"scripts": {
"test": "yarn jest --coverage",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"cypress": "cypress open",
"cypress:test": "cypress test"
},
"dependencies": {
"@next/font": "13.0.7",
"@sentry/nextjs": "^7.28.1",
"@types/node": "18.11.15",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"body-scroll-lock": "^4.0.0-beta.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.7",
"eslint": "8.29.0",
"eslint-config-next": "13.0.7",
"next": "13.0.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.4",
"remark-gfm": "^3.0.1",
"typescript": "4.9.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/body-scroll-lock": "^3.1.0",
"autoprefixer": "^10.4.13",
"cypress": "^12.1.0",
"husky": "^8.0.2",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"netlify-plugin-cypress": "^2.2.0",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4"
}
}