-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.31 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
{
"name": "@primate/app",
"version": "0.31.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": {
"start": "npx primate",
"serve": "npx primate serve",
"generate-ssl": "scripts/generate-ssl.sh ssl"
},
"dependencies": {
"@angular/compiler": "^17.3.7",
"@angular/core": "^17.3.7",
"@angular/platform-browser": "^17.3.7",
"@angular/platform-server": "^17.3.7",
"@angular/ssr": "^17.3.6",
"@marko/compiler": "^5.36.1",
"@marko/translator-default": "^6.0.0",
"@primate/binding": "^0.7.0",
"@primate/frontend": "^0.15.0",
"@primate/i18n": "^0.7.0",
"@primate/session": "^0.19.0",
"@primate/store": "^0.24.0",
"@primate/types": "^0.15.0",
"@ruby/head-wasm-wasi": "2.5",
"@ruby/wasm-wasi": "2.5",
"@turf/turf": "^6.5.0",
"babel-preset-solid": "^1.8.17",
"better-sqlite3": "^9.6.0",
"handlebars": "^4.7.8",
"htmx-esm": "^0.2.1910",
"marked": "^12.0.2",
"primate": "^0.31.0",
"pyodide": "^0.25.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.15",
"vue": "^3.4.26"
},
"type": "module",
"private": true
}