-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.34 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
55
56
{
"name": "portfolio",
"description": "Portfolio built on Next.js",
"version": "1.0.0",
"author": "k4itrun",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev --turbo --port 4000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@tippyjs/react": "^4.2.6",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"next": "15.0.3",
"nprogress": "^0.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-parallax-tilt": "^1.7.253",
"swr": "^2.2.5",
"sync-fetch": "^0.5.2",
"tinycolor2": "^1.6.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.9.0",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.3.12",
"@types/sync-fetch": "^0.4.3",
"@types/tinycolor2": "^1.4.6",
"depcheck": "^1.4.7",
"eslint": "9.14.0",
"eslint-config-next": "15.0.3",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"webpack": "^5.96.1"
},
"browserslist": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"repository": {
"type": "git",
"url": "git+https://github.com/k4itrun/next-portfolio.git"
},
"bugs": {
"url": "https://github.com/k4itrun/next-portfolio/issues"
}
}