-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 2.13 KB
/
package.json
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
{
"name": "@primate/app",
"version": "0.32.0",
"description": "Primate template app",
"homepage": "https://primatejs.com",
"bugs": "https://github.com/primatejs/app/issues",
"license": "MIT",
"repository": "https://github.com/primatejs/app",
"scripts": {
"generate-ssl": "scripts/generate-ssl.sh ssl",
"node": "scripts/node/dev.sh",
"node:serve": "scripts/node/serve.sh",
"bun": "scripts/bun/dev.sh",
"bun:serve": "scripts/bun/serve.sh",
"bun:compile": "scripts/bun/compile.sh",
"bun:compile:linux-x64": "scripts/bun/compile-linux-64.sh",
"bun:compile:windows-x64": "scripts/bun/compile-windows-x64.sh",
"bun:compile:darwin-x64": "scripts/bun/compile-darwin-x64.sh",
"bun:compile:darwin-arm64": "scripts/bun/compile-darwin-arm64.sh",
"deno": "scripts/deno/dev.sh",
"deno:serve": "scripts/deno/serve.sh"
},
"dependencies": {
"@angular/core": "^18.2.1",
"@primate/angular": "^0.1.5",
"@primate/eta": "^0.1.4",
"@primate/frontend": "^0.16.4",
"@primate/go": "^0.1.4",
"@primate/handlebars": "^0.1.3",
"@primate/html": "^0.10.3",
"@primate/htmx": "^0.19.5",
"@primate/i18n": "^0.8.3",
"@primate/markdown": "^0.4.3",
"@primate/marko": "^0.1.4",
"@primate/mongodb": "^0.1.3",
"@primate/mysql": "^0.1.3",
"@primate/native": "^0.1.6",
"@primate/postgresql": "^0.1.7",
"@primate/python": "^0.1.5",
"@primate/react": "^0.12.4",
"@primate/ruby": "^0.1.4",
"@primate/schema": "^0.1.0",
"@primate/session": "^0.20.1",
"@primate/solid": "^0.4.2",
"@primate/sqlite": "^0.1.3",
"@primate/store": "^0.25.4",
"@primate/surrealdb": "^0.3.3",
"@primate/svelte": "^0.18.3",
"@primate/typescript": "^0.1.3",
"@primate/voby": "^0.1.2",
"@primate/vue": "^0.10.4",
"@primate/webc": "^0.1.2",
"@rcompat/invariant": "^0.5.0",
"eta": "^3.5.0",
"htmx-esm": "^0.2.1910",
"marko": "^5.35.10",
"primate": "^0.32.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.21",
"svelte": "^4.2.19",
"voby": "^0.58.1",
"vue": "^3.4.38"
},
"type": "module",
"private": true
}