forked from SopKit/sopkit.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.01 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.01 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "sopkit.github.io",
"version": "1.0.0",
"description": "Professional web development tools and utilities suite - free, open-source, and modern",
"author": "SopKit Team <sh20raj@gmail.com>",
"license": "MIT",
"homepage": "https://sopkit.github.io",
"repository": {
"type": "git",
"url": "https://github.com/sopkit/sopkit.github.io.git"
},
"keywords": [
"web development tools",
"developer utilities",
"json formatter",
"html to jsx",
"markdown converter",
"encoding tools",
"online tools",
"programming utilities",
"open source",
"next.js"
],
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"export": "next export",
"analyze": "cross-env ANALYZE=true next build",
"sitemap": "next-sitemap",
"optimize": "npm run lint:fix && npm run build && npm run analyze"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"cronstrue": "^3.9.0",
"diff": "^8.0.3",
"framer-motion": "^12.29.0",
"geist": "^1.5.1",
"jwt-decode": "^4.0.0",
"lorem-ipsum": "^2.0.8",
"lucide-react": "^0.399.0",
"next": "^15.1.7",
"papaparse": "^5.5.3",
"react": "^18",
"react-dom": "^18",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"sql-formatter": "^15.7.0",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^13.0.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.3.4",
"@types/node": "24.0.8",
"@types/react": "18.3.23",
"critters": "^0.0.25",
"cross-env": "^7.0.3",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"next-sitemap": "^4.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
}
}