-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.53 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.53 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
51
52
53
54
55
56
57
58
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"test": "jest"
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^4.6.2",
"@next/third-parties": "^15.3.1",
"@types/lodash": "^4.17.16",
"@uiw/react-md-editor": "^4.0.5",
"@vercel/blob": "^0.27.3",
"axios": "^1.8.4",
"feed": "^4.2.2",
"lodash": "^4.17.21",
"mongoose": "^8.13.2",
"motion": "^12.23.24",
"next": "14.2.35",
"next-auth": "^4.24.11",
"prettier": "^3.5.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"react-lottie-player": "^2.1.0",
"resend": "^6.5.2",
"sharp": "^0.33.5",
"uuid": "^13.0.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.3.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.30",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"@types/react-lottie": "^1.2.10",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.13",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-unused-imports": "^4.3.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"json-loader": "^0.5.7",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}