-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 965 Bytes
/
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
{
"name": "lampa",
"version": "2.5.11",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "vite package",
"preview": "vite preview",
"reload": "cp -v apache/lampa.conf /etc/apache2/sites-available/ && sudo service apache2 reload",
"live": "rsync -avi --no-times --checksum build/ bp:/var/www/lampa/",
"clean": "rsync -avi --no-times --checksum --delete build/ bp:/var/www/lampa/",
"compare": "rsync -navi --no-times --checksum build/ bp:/var/www/lampa/",
"reset": "rm -rf build/ node_modules/ .svelte-kit/ package-lock.json && echo Run \\'npn install\\'!"
},
"devDependencies": {
"@iconify/svelte": "^3.1",
"@poppanator/sveltekit-svg": "^4.2",
"@sveltejs/adapter-static": "^3.0",
"@sveltejs/kit": "^2.5",
"@sveltejs/vite-plugin-svelte": "^3.0",
"mdsvex": "^0.12",
"svelte": "^4.2",
"vite": "^5.4"
},
"type": "module",
"dependencies": {
"leaflet": "^1.9.4"
}
}