-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.02 KB
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": "0.1.0",
"private": true,
"engines": {
"node": "20.x"
},
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@vercel/analytics": "^1.0.2",
"next": "^14.2.23",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.11.0",
"schema-dts": "^1.1.5",
"sharp": "^0.33.5",
"sst": "4.17.0",
"tailwindcss-animated": "^2.0.0",
"tailwindcss-intersect": "^2.2.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "^20.6.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"autoprefixer": "10.4.15",
"eslint": "^8.49.0",
"eslint-config-next": "^14.2.23",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"postcss": "^8.5.1",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
}