-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.1 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
{
"name": "my-portfolio",
"version": "0.1.0",
"private": true,
"sideEffects": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formspree/react": "^2.5.1",
"@nextui-org/modal": "^2.0.36",
"@tsparticles/engine": "^3.4.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.4.0",
"clsx": "^2.1.1",
"contentful": "^10.12.4",
"framer": "^2.4.1",
"framer-motion": "^10.18.0",
"next": "^14.2.4",
"react": "^18",
"react-dom": "^18",
"react-responsive": "^10.0.0",
"react-scroll": "^1.9.0",
"react-scrollspy-navigation": "^2.0.6",
"react-spinners": "^0.14.1",
"react-use": "^17.5.0",
"sass": "^1.71.1",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@xpd/tailwind-3dtransforms": "^1.0.3",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"postcss-import": "^16.0.0",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}