-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.41 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
{
"name": "toxicdev.me",
"version": "2.0.0",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"author": "TheRealToxicDev",
"repository": {
"type": "git",
"url": "git+https://github.com/TheRealToxicDev/Portfolio.git"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@mapbox/rehype-prism": "^0.9.0",
"animejs": "^3.2.2",
"dotenv": "^16.4.5",
"framer-motion": "^11.11.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-toastify": "^10.0.6",
"react-icons": "^5.3.0",
"react-typing-effect": "^2.0.5",
"react-loading-skeleton": "^3.5.0",
"reading-time": "^1.5.0",
"rehype-accessible-emojis": "^0.3.2",
"rehype-katex": "^7.0.1",
"remark-code-titles": "^0.1.2",
"remark-autolink-headings": "^8.0.0",
"remark-gfm": "^4.0.0",
"remark-slug": "^8.0.0",
"next": "15.0.3",
"next-mdx-remote": "^5.0.0",
"next-remote-watch": "^2.0.0"
},
"devDependencies": {
"@types/react-typing-effect": "^2.0.7",
"@types/animejs": "^3.1.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"gray-matter": "^4.0.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"@tailwindcss/typography": "^0.5.15",
"typescript": "^5"
},
"packageManager": "bun@1.1.34"
}