-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.31 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "it-toolkit-showcase",
"version": "2.3.0",
"description": "Modern web showcase for IT tools - Network, System, Security & Automation scripts",
"author": "İhsan Baki Doğan <https://ihsanbakidogan.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ibidi/it-toolkit"
},
"keywords": [
"it-tools",
"network-tools",
"security-tools",
"system-tools",
"automation",
"showcase",
"nextjs",
"typescript",
"tailwindcss"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@types/prismjs": "^1.26.5",
"@types/react-syntax-highlighter": "^15.5.13",
"clsx": "^2.1.1",
"framer-motion": "^12.23.24",
"lucide-react": "^0.548.0",
"next": "16.0.0",
"next-themes": "^0.4.6",
"nprogress": "^0.2.0",
"prismjs": "^1.30.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-syntax-highlighter": "^16.1.0",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/nprogress": "^0.2.3",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}