-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.42 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.8.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@prisma/client": "^5.1.0",
"@types/prismjs": "^1.26.0",
"@vercel/analytics": "^1.0.1",
"axios": "^1.4.0",
"blurhash": "^2.0.5",
"dayjs": "^1.11.9",
"framer-motion": "^10.15.0",
"gray-matter": "^4.0.3",
"mitt": "^3.0.1",
"moment": "^2.29.4",
"next": "12",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-blurhash": "^0.3.0",
"react-dom": "^18.2.0",
"react-html-parser": "^2.0.2",
"react-icons": "^4.10.1",
"react-palette": "^1.0.2",
"react-progressive-image": "^0.6.0",
"react-stack-grid": "^0.7.1",
"react-use": "^17.3.2",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"remark-prism": "^1.3.6",
"strip-html-comments": "^1.0.0",
"swr": "^1.1.2",
"unified": "^10.1.2",
"use-http": "^1.0.28",
"use-sound": "^4.0.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/react": "17.0.2",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "7.28.0",
"eslint-config-next": "^13.4.12",
"prettier": "^3.0.0",
"prisma": "^5.1.0",
"typescript": "^5.1.6"
}
}