-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.3 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.3 KB
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
47
48
49
50
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:in-memory": "NEXT_APP_ARG='in-memory' yarn dev",
"build": "next build",
"start": "next start",
"test": "jest --watch",
"lint": "next lint"
},
"dependencies": {
"@giscus/react": "^2.2.6",
"@next/font": "^13.1.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/node": "18.11.17",
"@types/ramda": "^0.28.20",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@vercel/analytics": "^1.2.2",
"eslint": "8.30.0",
"eslint-config-next": "^13.1.1",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"moment": "^2.29.4",
"mongodb": "^4.13.0",
"mongodb-memory-server": "^8.10.2",
"next": "13.1.1",
"ramda": "^0.28.0",
"react": "18.2.0",
"react-code-blocks": "^0.0.9-0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-scroll": "^1.8.9",
"react-toastify": "^9.1.1",
"sharp": "^0.31.3",
"typescript": "4.9.4",
"zod": "^3.21.4",
"zustand": "^4.1.5"
},
"devDependencies": {
"@testing-library/user-event": "^14.4.3",
"@types/react-scroll": "^1.8.5",
"isomorphic-fetch": "^3.0.0",
"msw": "^1.2.1",
"sass": "^1.57.1"
}
}