forked from atlamors/portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.39 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
{
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@fontsource/fira-code": "^4.5.12",
"@fontsource/inter": "^4.5.14",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/pro-duotone-svg-icons": "^6.2.1",
"@fortawesome/pro-light-svg-icons": "^6.2.1",
"@fortawesome/pro-regular-svg-icons": "^6.2.1",
"@fortawesome/pro-solid-svg-icons": "^6.2.1",
"@fortawesome/pro-thin-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@fortawesome/sharp-solid-svg-icons": "^6.2.1",
"@uiw/react-markdown-preview": "^4.1.7",
"@vercel/analytics": "^0.1.6",
"babel-plugin-macros": "^3.1.0",
"devicon": "^2.15.1",
"framer-motion": "^8.5.0",
"next": "^14.2.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.4.1",
"react-markdown": "^8.0.4",
"react-type-animation": "^2.1.2",
"swr": "^2.0.0",
"the-new-css-reset": "^1.8.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"eslint": "8.31.0",
"eslint-config-next": "^13.1.2",
"jest": "^29.4.2",
"jest-environment-jsdom": "^29.4.2",
"sass": "^1.57.1"
}
}