forked from koush/manage.scrypted.app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.62 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
47
48
49
50
51
52
53
{
"name": "manage",
"version": "1.0.0",
"private": true,
"scripts": {
"postinstall": "node scripts/post-install.js && ./scripts/copy-monaco-worker.sh",
"dev": "vite",
"build": "SCRYPTED_PWA=true vue-tsc --noEmit && SCRYPTED_PWA=true vite build",
"core-build": "vue-tsc --noEmit && vite build --emptyOutDir --outDir ../scrypted/plugins/core/fs/dist",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"@popperjs/core": "^2.11.8",
"@scrypted/client": "file:../scrypted/packages/client",
"@scrypted/common": "file:../scrypted/common",
"@scrypted/sdk": "file:../scrypted/sdk",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"buffer": "^6.0.3",
"leaflet": "^1.9.4",
"lodash": "^4.17.23",
"markdown-it": "^14.1.1",
"monaco-editor": "^0.50.0",
"semver": "^7.7.4",
"v-calendar": "^3.1.2",
"vue": "^3.5.31",
"vue-router": "^4.6.4",
"vuetify": "^3.12.4"
},
"devDependencies": {
"@babel/types": "^7.29.0",
"@scrypted/types": "^0.5.55",
"@types/highlight.js": "^10.1.0",
"@types/leaflet": "^1.9.21",
"@types/lodash": "^4.17.24",
"@types/markdown-it": "^14.1.2",
"@types/node": "^25.5.0",
"@types/semver": "^7.7.1",
"@vitejs/plugin-vue": "^6.0.5",
"sass": "^1.98.0",
"typescript": "^5.8.3",
"unplugin-vue-components": "^32.0.0",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-vuetify": "^2.1.3",
"vue-tsc": "^3.2.6"
},
"optionalDependencies": {
"@fortawesome/fontawesome-pro": "^7.2.0"
}
}