-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.21 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
{
"name": "portfolio",
"version": "2.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"nc": "new-component"
},
"dependencies": {
"@next/third-parties": "^14.2.1",
"@types/js-cookie": "^3.0.6",
"@types/node": "18.14.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"clsx": "^2.1.0",
"eslint": "8.34.0",
"eslint-config-next": "^14.2.1",
"flowbite": "^2.3.0",
"flowbite-react": "^0.9.0",
"hamburger-react": "^2.5.0",
"jquery": "^3.7.0",
"js-cookie": "^3.0.5",
"next": "^14.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-parallax-tilt": "^1.7.161",
"react-toggle-dark-mode": "^1.1.1",
"styled-components": "^6.1.11",
"typescript": "4.9.5"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"autoprefixer": "^10.4.19",
"new-component": "^5.0.2",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
}
}