-
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) · 946 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 946 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": "solid-authorization-app",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@primevue/themes": "^4.2.4",
"@uvdsl/solid-oidc-client-browser": "^0.2.2",
"@uvdsl/solid-rdf-store": "^0.1.3",
"@uvdsl/solid-requests": "^0.0.7",
"primeflex": "^4.0.0",
"primeicons": "^7.0.0",
"primevue": "^4.2.4",
"register-service-worker": "^1.7.2",
"vue": "^3.5.13",
"workbox-background-sync": "^7.3.0",
"workbox-core": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0",
"workbox-window": "^7.3.0"
},
"devDependencies": {
"@types/n3": "^1.24.2",
"@types/node": "^22.10.1",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "~5.6.2",
"vite": "^6.0.1",
"vite-plugin-pwa": "^0.21.1",
"vue-tsc": "^2.1.10"
}
}