-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·55 lines (55 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·55 lines (55 loc) · 1.36 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
{
"name": "xscriptor",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@xscriptor/xbackgrounds": "^0.1.0",
"@xscriptor/xcomponents": "^0.2.3",
"framer-motion": "^12.38.0",
"gray-matter": "^4.0.3",
"gsap": "^3.15.0",
"katex": "^0.16.47",
"lenis": "^1.3.26",
"next": "^16.3.3",
"next-sitemap": "^4.2.3",
"qrcode": "^1.5.4",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-intersection-observer": "^10.0.3",
"rehype-highlight": "^7.0.2",
"rehype-katex": "^7.0.1",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"unified": "^11.0.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/node": "^4.3.0",
"@tailwindcss/postcss": "^4.3.0",
"@types/gsap": "^1.0.0",
"@types/node": "^22",
"@types/qrcode": "^1.5.6",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9",
"eslint-config-next": "^16.3.3",
"postcss": "^8.5.25",
"tailwindcss": "^4.3.0",
"typescript": "^5"
},
"overrides": {
"postcss": "^8.5.25",
"sharp": "^0.35.3"
}
}