-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 929 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
30
31
32
33
34
{
"name": "web-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"proxy-linux": "./proxy/caddy_linux_amd64 run --config ./proxy/Caddyfile",
"proxy-windows": "proxy/caddy_windows_amd64.exe run --config ./proxy/Caddyfile"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.5.0",
"@sveltejs/vite-plugin-svelte": "^1.0.2",
"@tsconfig/svelte": "^3.0.0",
"@types/markdown-it": "^12.2.3",
"node-sass": "^7.0.3",
"svelte": "^3.49.0",
"vite": "^3.1.0"
},
"dependencies": {
"adaptivecards": "^3.0.0-beta.8",
"autoprefixer": "^10.4.12",
"bootstrap-icons": "^1.9.1",
"markdown-it": "^13.0.1",
"moment": "^2.29.4",
"svelte-check": "^2.9.1",
"svelte-preprocess": "^4.10.7",
"swiper": "^8.4.4",
"tslib": "^2.4.0",
"typescript": "^4.8.4"
}
}