-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 893 Bytes
/
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
{
"name": "new-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@lottiefiles/react-lottie-player": "^3.4.1",
"@supabase/supabase-js": "^1.35.3",
"gsap": "^3.9.1",
"jquery": "^3.6.0",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-transition-group": "^4.4.2",
"typed.js": "^2.0.12",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^17.0.18",
"@types/react": "^17.0.39",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"typescript": "^4.5.5"
}
}