-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2.05 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"@awesomeqr/react": "^0.1.2-rc.0",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mapbox/rehype-prism": "^0.7.0",
"@mdx-js/loader": "^2.1.3",
"@next/mdx": "^12.3.0",
"@tailwindcss/typography": "^0.5.7",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"daisyui": "^2.25.0",
"date-fns": "^2.29.2",
"dayjs": "^1.11.5",
"form-data": "^4.0.0",
"framer-motion": "^4.1.17",
"friendly-challenge": "^0.9.6",
"gray-matter": "^4.0.3",
"ioredis": "^5.2.3",
"next": "12.2.5",
"next-mdx-remote": "^4.2.0",
"next-themes": "^0.2.0",
"prettier": "^2.7.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-fade-in": "^2.0.1",
"react-hot-toast": "^2.3.0",
"react-use-firework": "^1.0.2",
"reading-time": "^1.5.0",
"recharts": "^2.1.16",
"rehype-autolink-headings": "^6.1.1",
"rehype-code-titles": "^1.1.0",
"rehype-prism-plus": "^1.5.0",
"rehype-slug": "^5.0.1",
"remark-autolink-headings": "^7.0.1",
"remark-code-titles": "^0.1.2",
"remark-gfm": "^3.0.1",
"remark-slug": "^7.0.1",
"swr": "^1.3.0",
"use-sound": "^4.0.1",
"uuid": "^9.0.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/date-fns": "^2.6.0",
"@types/node": "18.7.15",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@types/uuid": "^8.3.4",
"@types/xml2js": "^0.4.12",
"autoprefixer": "^10.4.8",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"i": "^0.3.7",
"npm": "^8.19.1",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "4.8.2"
}
}