-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.45 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.45 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
{
"name": "laroux",
"version": "3.0.0",
"description": "Zero-configuration React Server Components on Deno 2.x. Modern, simple, and built with cutting-edge technology.",
"keywords": [
"laroux",
"larouxjs",
"laroux.js",
"react",
"rsc",
"react-server-components",
"deno",
"framework",
"typescript"
],
"author": "Eser Ozvataf",
"homepage": "https://laroux.now",
"bugs": {
"url": "https://github.com/eser/laroux/issues",
"email": "eser@acikyazilim.com"
},
"license": "Apache-2.0",
"contributors": [
{
"name": "Eser Ozvataf",
"email": "eser@ozvataf.com",
"url": "http://eser.ozvataf.com/"
}
],
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/eser/laroux.git"
},
"scripts": {
"dev": "deno run -A --unstable-bundle jsr:@eser/cli laroux dev",
"build": "deno run -A --unstable-bundle jsr:@eser/cli laroux build",
"serve": "deno run -A --unstable-bundle jsr:@eser/cli laroux serve"
},
"dependencies": {
"@eser/laroux-server": "npm:@jsr/eser__laroux-server@^4.0.43",
"@eser/laroux": "npm:@jsr/eser__laroux@^4.0.43",
"@eser/laroux-react": "npm:@jsr/eser__laroux-react@^4.0.43",
"@eser/logging": "npm:@jsr/eser__logging@^4.0.43",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwindcss": "^4.1.18",
"lucide-react": "^0.562.0",
"shiki": "^3.21.0"
},
"devDependencies": {
"@types/react": "^19.2.7"
}
}