-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 932 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 932 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
37
38
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate && npx cap sync",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chickenbreadlp/webnote_srv.git"
},
"author": "Chickenbread",
"license": "MIT",
"dependencies": {
"@capacitor/android": "^7.1.0",
"@capacitor/core": "^7.1.0",
"@mdi/font": "^7.4.47",
"@nuxt/fonts": "^0.11.0",
"@pinia/nuxt": "^0.10.1",
"luxon": "^3.5.0",
"nuxt": "^3.16.0",
"pinia": "^3.0.1",
"pinia-plugin-persistedstate": "^4.2.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@capacitor/cli": "^7.1.0",
"@types/luxon": "^3.4.2",
"vite-plugin-vuetify": "^2.1.0",
"vuetify": "^3.7.16"
}
}