-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 908 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 908 Bytes
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
{
"name": "next-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@gsap/react": "^2.1.1",
"@react-aria/overlays": "^3.23.3",
"@svgr/webpack": "^8.1.0",
"gray-matter": "^4.0.3",
"gsap": "^3.12.5",
"markdown-it": "^14.0.0",
"next": "^14.2.7",
"react": "18.2.0",
"react-adobe-animate": "^3.1.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-icons": "^5.3.0",
"react-modal": "^3.16.1",
"react-router-dom": "^6.26.2",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"scroll-to-element": "^2.0.3",
"sharp": "^0.34.1"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.5"
}
}