-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.38 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
47
48
49
50
51
52
53
54
55
{
"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": "^1.6.3",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@prisma/client": "^3.8.1",
"@types/prismjs": "^1.16.5",
"axios": "^0.21.1",
"blurhash": "^1.1.3",
"dayjs": "^1.10.6",
"framer-motion": "^4",
"gray-matter": "^4.0.3",
"mitt": "^3.0.0",
"moment": "^2.29.1",
"next": "11.0.0",
"prismjs": "^1.24.0",
"react": "17.0.2",
"react-blurhash": "^0.1.3",
"react-dom": "17.0.2",
"react-html-parser": "^2.0.2",
"react-icons": "^4.2.0",
"react-palette": "^1.0.2",
"react-progressive-image": "^0.6.0",
"react-stack-grid": "^0.7.1",
"react-use": "^17.3.2",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"remark-prism": "^1.3.6",
"strip-html-comments": "^1.0.0",
"swr": "^1.1.2",
"unified": "^9.2.1",
"use-http": "^1.0.21",
"use-sound": "^4.0.0",
"zod": "^3.11.6"
},
"devDependencies": {
"@types/react": "17.0.11",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "7.28.0",
"eslint-config-next": "11.0.0",
"prettier": "^2.5.1",
"prisma": "^3.8.1",
"typescript": "^4.3.4"
}
}