-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.3 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.3 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
{
"name": "molcrafts-index",
"description": "MolCrafts commercial website for molecular and materials R&D, scientific computing, AI applications, and research collaboration",
"author": {
"name": "Roy Kid",
"email": "lijichen365@gmail.com",
"url": "https://github.com/molcrafts/landing"
},
"license": "MIT",
"keywords": [
"molcrafts",
"landing-page",
"molecular-simulation",
"computational-chemistry",
"molecular-sciences",
"open-source",
"data-analysis",
"molecular-visualization",
"scientific-software"
],
"private": true,
"version": "1.1.0",
"type": "module",
"engines": {
"node": ">=20.19.0"
},
"scripts": {
"dev": "PUBLIC_FORCE_FULL_MOTION=true rsbuild dev",
"build": "NODE_ENV=production rsbuild build",
"postbuild": "tsx scripts/postbuild.ts",
"lint": "biome check src scripts",
"typecheck": "tsc --noEmit",
"test": "rstest run",
"test:watch": "rstest watch",
"preview": "rsbuild preview"
},
"dependencies": {
"@fontsource-variable/geist": "^5.3.0",
"@fontsource/dm-sans": "^5.3.0",
"@fontsource/jetbrains-mono": "^5.3.0",
"@fontsource/outfit": "^5.2.8",
"@fontsource/playfair-display": "^5.2.8",
"@fontsource/space-grotesk": "^5.3.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.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",
"framer-motion": "^12.12.1",
"lucide-react": "^0.424.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.6.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@resvg/resvg-js": "^2.6.2",
"@rsbuild/core": "^1.2.19",
"@rsbuild/plugin-react": "^1.1.1",
"@rstest/core": "^0.11.8",
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.5.4",
"postcss": "^8.4.38",
"satori": "^0.26.0",
"tailwindcss": "^4.1.17",
"tsx": "^4.21.0",
"typescript": "^5.4.5"
},
"packageManager": "npm@11.17.0+sha512.3eeaf18997b11070d313849268b23766b9db0068997dec9471073170fe43fa17f2b4d0337bf0f52330ee2274e7f5754b21b01052742e48f5c9c74d8b1e32ef43"
}