-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 846 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
{
"name": "davidecutrupi-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.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@paypal/react-paypal-js": "^7.3.3",
"gsap": "^3.8.0",
"next": "^11.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sharp": "^0.29.1",
"three": "^0.132.2"
},
"devDependencies": {
"autoprefixer": "^10.3.6",
"eslint": "^8.0.0",
"eslint-config-next": "11.1.2",
"postcss": "^8.3.8",
"tailwindcss": "^2.2.15"
}
}