-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 996 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
36
37
38
{
"name": "gokhanozturk-io",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.1.3",
"@radix-ui/react-scroll-area": "^1.2.1",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.10",
"classnames": "^2.3.2",
"cssnano": "^5.1.14",
"lucide-react": "^0.456.0",
"next": "^13.5.6",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-spring": "^9.6.1",
"unsplash-js": "^7.0.18"
},
"devDependencies": {
"@antfu/eslint-config": "^0.41.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.39.0",
"eslint-config-next": "^13.5.6",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"postcss": "^8.4.19",
"postcss-nested": "^6.0.0",
"tailwindcss": "^3.4.3"
}
}