-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.55 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
48
49
50
51
52
53
54
{
"name": "myportfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@studio-freight/lenis": "^1.0.29",
"@vercel/analytics": "^1.2.2",
"abab": "^2.0.6",
"eslint": "8.47.0",
"eslint-config-next": "^14.1.4",
"framer-motion": "^10.16.12",
"locomotive-scroll": "^5.0.0-beta.11",
"next": "^14.1.4",
"postcss": "8.4.27",
"react": "^18.2.0",
"react-animated-numbers": "^0.16.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.3",
"react-modal": "^3.16.1",
"react-scroll": "^1.9.0",
"react-type-animation": "^3.1.0",
"sass": "^1.69.5",
"sharp": "^0.33.0",
"styled-components": "^6.1.1",
"tailwindcss": "3.3.3"
},
"description": "This is a portfolio website with Next.js and Tailwind CSS.",
"main": "next.config.js",
"author": "Olexa Evtush",
"license": "ISC",
"devDependencies": {
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.100",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"eslint-plugin-react-hooks": "^5.0.0-canary-7118f5dd7-20230705",
"gsap": "^3.12.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss-preset-env": "^9.3.0"
}
}