-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 830 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 830 Bytes
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
{
"name": "rivaas.dev",
"version": "1.0.0",
"type": "module",
"description": "Official landing page for Rivaas - High-performance API framework for Go",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.70.0",
"shiki": "^3.21.0"
},
"repository": {
"type": "git",
"url": "https://github.com/rivaas-dev/rivaas.dev.git"
},
"keywords": [
"go",
"golang",
"api",
"framework",
"landing-page"
],
"author": "The Rivaas Authors",
"license": "Apache-2.0",
"dependencies": {
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@tailwindcss/vite": "^4.1.18",
"asciinema-player": "^3.14.15",
"tailwindcss": "^4.1.18",
"vite": "^7.3.1"
}
}