Skip to content

Commit a103511

Browse files
authored
Merge pull request #39 from ShadowDara/web3
Web3
2 parents bd9db56 + ad0f0cd commit a103511

4 files changed

Lines changed: 6158 additions & 0 deletions

File tree

web/app/(site)/packages/page.tsx

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,31 @@ const packages = [
3838
description: "the project creator for samengine",
3939
link: "https://npmjs.com/package/create-samengine-project",
4040
},
41+
{
42+
name: "samfileparser",
43+
description: "a better Makefile Clone in Rust",
44+
link: "https://crates.io/crates/samfileparser",
45+
},
46+
{
47+
"name": "fluaterm",
48+
"description": "a terminal module for flua which supports ANSI colors (now samengine, because flua is dead) in Rust",
49+
"link": "https://crates.io/crates/fluaterm"
50+
},
51+
{
52+
"name": "samtool",
53+
"description": "the fast cli tool for samengine in Rust (same as seg but on the cargo registry)",
54+
"link": "https://crates.io/crates/samtool"
55+
},
56+
{
57+
"name": "easy-git-ignore",
58+
"description": "a tool to add stuff to the git ignore the cool way",
59+
"link": "https://crates.io/crates/easy-git-ignore"
60+
},
61+
{
62+
"name": "samfile syntax vscode",
63+
"description": "a VSCode extension for Syntax Highliting (soon)",
64+
"link": ""
65+
}
4166
];
4267

4368
export default function Packages() {

web/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"@tailwindcss/typography": "^0.5.19",
1515
"geist": "^1.7.2",
1616
"gray-matter": "^4.0.3",
17+
"highlight.js": "^11.11.1",
1718
"next": "16.2.4",
1819
"next-mdx-remote": "^6.0.0",
1920
"prismjs": "^1.30.0",
@@ -34,6 +35,7 @@
3435
"@types/prismjs": "^1.26.6",
3536
"@types/react": "^19",
3637
"@types/react-dom": "^19",
38+
"cross-env": "^10.1.0",
3739
"eslint": "^9",
3840
"eslint-config-next": "16.2.4",
3941
"tailwindcss": "^4",

0 commit comments

Comments
 (0)