-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.67 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
{
"name": "opensophy-center",
"private": true,
"version": "3.4.1",
"type": "module",
"scripts": {
"dev": "npm run generate && astro dev",
"build": "npm run generate && astro build",
"preview": "astro preview",
"lint": "node scripts/eslint-runner.cjs .",
"generate": "node scripts/generate.mjs",
"generate:docs": "node scripts/generateDocs.mjs",
"generate:sitemap": "node scripts/generateSitemap.mjs"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"astro": "^6.1.10",
"clsx": "^2.1.1",
"framer-motion": "^12.24.7",
"gsap": "^3.14.2",
"highlight.js": "^11.11.1",
"isomorphic-dompurify": "^2.16.0",
"katex": "^0.16.11",
"lucide-react": "^0.563.0",
"marked": "^16.4.2",
"ogl": "^1.0.11",
"postprocessing": "^6.37.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^3.8.0",
"tailwind-merge": "^3.4.0",
"three": "^0.184.0",
"ws": "^8.20.1"
},
"devDependencies": {
"@astrojs/react": "^5.0.0",
"@eslint/js": "^9.9.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.27",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^15.9.0",
"postcss": "^8.5.10",
"rollup-plugin-visualizer": "^7.0.1",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.19",
"typescript": "^5.5.3",
"typescript-eslint": "^8.3.0"
},
"overrides": {
"esbuild": "^0.25.0",
"h3": "1.15.9",
"flatted": "3.4.2",
"devalue": ">=5.6.3",
"diff": ">=8.0.3",
"svgo": ">=4.0.1",
"dompurify": ">=3.3.2",
"defu": "6.1.5",
"postcss": "^8.5.10"
}
}