-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 933 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
35
{
"name": "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": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"aos": "^2.3.4",
"framer-motion": "^10.16.4",
"next": "13.5.6",
"react": "^18",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18",
"react-modal": "^3.16.1",
"react-toastify": "^9.1.3",
"react-tsparticles": "^2.12.2",
"react-vanilla-tilt": "^1.0.0",
"sass": "^1.69.4",
"styled-components": "^6.1.0",
"tsparticles": "^2.12.0"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "13.5.6"
}
}