-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.19 KB
/
Copy pathpackage.json
File metadata and controls
85 lines (85 loc) · 2.19 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
78
79
80
81
82
83
84
85
{
"name": "techscriptorium",
"version": "1.0.0",
"private": true,
"author": {
"name": "lexuscreations",
"email": "lokeshvishwakarma2611@gmail.com",
"url": "https://github.com/lexuscreations"
},
"description": "TechScriptorium: Your Gateway to In-Depth Technical Articles and Expert Programming Blogs. Explore a Wealth of Knowledge in the World of Technology.",
"homepage_url": "https://github.com/lexuscreations/techScriptorium",
"repository": {
"type": "git",
"url": "https://github.com/lexuscreations/techScriptorium.git",
"directory": ""
},
"bugs": {
"url": "https://github.com/lexuscreations/techScriptorium/issues"
},
"homepage": "https://techscriptorium.vercel.app",
"license": "MIT",
"keywords": [
"TechScriptorium",
"Technical Articles",
"Programming Blogs",
"Articles and tutorials webApp / website",
"next.JS",
"react.JS",
"tailwind.CSS",
"git",
"SEO",
"figma.UI",
"node.js",
"SQL",
"supabase"
],
"engines": {
"node": ">=17"
},
"os": [
"win32",
"linux"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"displayName": "TechScriptorium",
"dependencies": {
"@dotlottie/react-player": "^1.2.1",
"@supabase/auth-helpers-nextjs": "^0.7.4",
"@tailwindcss/forms": "^0.5.5",
"@tailwindcss/typography": "^0.5.9",
"@uiw/react-md-editor": "^3.23.5",
"aos": "^3.0.0-beta.6",
"autoprefixer": "10.4.15",
"contentlayer": "^0.3.4",
"date-fns": "^2.30.0",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"github-slugger": "^2.0.0",
"next": "13.4.19",
"next-contentlayer": "^0.3.4",
"next-sitemap": "^4.2.2",
"postcss": "8.4.28",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.4",
"react-icons": "^4.11.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.10.0",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"shiki": "^0.14.3",
"tailwindcss": "3.3.3"
},
"devDependencies": {
"encoding": "^0.1.13",
"sharp": "^0.32.5"
}
}