-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 755 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 755 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
{
"name": "pushup-tracker",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "A local-first peer-to-peer pushup tracking application",
"author": "patsma",
"repository": {
"type": "git",
"url": "https://github.com/patsma/pushup-tracker.git"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/ui": "^2.14.1",
"@nuxtjs/color-mode": "^3.3.2",
"gsap": "^3.12.5",
"node-datachannel": "^0.21.0",
"nuxt": "^3.14.159",
"nuxt-auth-utils": "^0.5.7",
"rxdb": "^15.37.0",
"rxjs": "^7.8.1",
"vue": "latest",
"vue-router": "latest"
}
}