-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.7 KB
/
package.json
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
54
55
{
"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": "^6.6.0",
"@popperjs/core": "^2.11.8",
"@scrypted/client": "file:../scrypted/packages/client",
"@scrypted/common": "file:../scrypted/common",
"@scrypted/sdk": "file:../scrypted/sdk",
"@scrypted/server": "file:../scrypted/server",
"@scrypted/types": "^0.3.100",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"buffer": "^6.0.3",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"markdown-it": "^14.1.0",
"monaco-editor": "^0.50.0",
"semver": "^7.6.3",
"v-calendar": "^3.1.2",
"vue": "^3.5.11",
"vue-router": "^4.4.5",
"vuetify": "^3.7.2"
},
"devDependencies": {
"@babel/types": "^7.25.7",
"@scrypted/sdk": "^0.3.63",
"@types/highlight.js": "^10.1.0",
"@types/leaflet": "^1.9.12",
"@types/lodash": "^4.17.10",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.7.4",
"@types/semver": "^7.5.8",
"@vitejs/plugin-vue": "^5.1.4",
"sass": "^1.79.4",
"typescript": "^5.6.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.8",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-vuetify": "^2.0.4",
"vue-tsc": "^2.1.6"
},
"optionalDependencies": {
"@fortawesome/fontawesome-pro": "^6.6.0"
}
}