-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 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
{
"name": "serveapps",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"deploy": "npx gh-pages -d dist"
},
"devDependencies": {
"@iconify/icons-ic": "^1.2.11",
"@iconify/icons-material-symbols": "^1.2.25",
"@iconify/icons-mdi": "^1.2.34",
"@iconify/svelte": "^3.0.1",
"@popperjs/core": "^2.11.6",
"@sveltejs/vite-plugin-svelte": "^1.1.0",
"@tsconfig/svelte": "^3.0.0",
"autoprefixer": "^10.4.7",
"classnames": "^2.3.2",
"flowbite": "^1.5.4",
"flowbite-svelte": "^0.28.4",
"gh-pages": "^4.0.0",
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
"svelte": "^3.52.0",
"svelte-check": "^2.9.2",
"svelte-loading-spinners": "^0.3.4",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.1.5",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^3.2.3"
},
"dependencies": {
"svelte-local-storage-store": "^0.3.2",
"svelte-spa-router": "^3.3.0",
"svelte-transition": "^0.0.6"
}
}