@wikicasa-dev/svg-icons 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/README.md +39 -0
  2. package/dist/AboutUsIcon.js +41 -0
  3. package/dist/ArrowIcon.js +28 -0
  4. package/dist/BarChartIcon.js +39 -0
  5. package/dist/BellIcon.js +45 -0
  6. package/dist/BulbIcon.js +40 -0
  7. package/dist/CloseIcon.js +38 -0
  8. package/dist/DefaultValues-k7iQWtC2.js +9 -0
  9. package/dist/DeleteIcon.js +27 -0
  10. package/dist/DrawIcon.js +40 -0
  11. package/dist/GermanyFlagIcon.js +34 -0
  12. package/dist/HeartIcon.js +28 -0
  13. package/dist/HidePswIcon.js +69 -0
  14. package/dist/ItalyFlagIcon.js +34 -0
  15. package/dist/LocationIcon.js +29 -0
  16. package/dist/LogoutIcon.js +44 -0
  17. package/dist/MailIcon.js +43 -0
  18. package/dist/MapIcon.js +50 -0
  19. package/dist/NewsIcon.js +63 -0
  20. package/dist/NotesIcon.js +43 -0
  21. package/dist/PhoneIcon.js +50 -0
  22. package/dist/PhotoIcon.js +46 -0
  23. package/dist/PinIcon.js +38 -0
  24. package/dist/PlanIcon.js +31 -0
  25. package/dist/PlusIcon.js +57 -0
  26. package/dist/PrestigeIcon.js +41 -0
  27. package/dist/PrintIcon.js +44 -0
  28. package/dist/ProfileIcon.js +30 -0
  29. package/dist/QuotesIcon.js +41 -0
  30. package/dist/RequestIcon.js +47 -0
  31. package/dist/SearchIcon.js +55 -0
  32. package/dist/ShareIcon.js +40 -0
  33. package/dist/SuitcaseIcon.js +45 -0
  34. package/dist/TieIcon.js +39 -0
  35. package/dist/TourIcon.js +50 -0
  36. package/dist/UkFlagIcon.js +90 -0
  37. package/dist/ValuationIcon.js +43 -0
  38. package/dist/VideoIcon.js +44 -0
  39. package/dist/ViewPswIcon.js +42 -0
  40. package/dist/WarningIcon.js +36 -0
  41. package/dist/WarningIconRounded.js +40 -0
  42. package/dist/WikiNerdIcon.js +175 -0
  43. package/dist/WkAppIcon.js +57 -0
  44. package/dist/favicon.ico +0 -0
  45. package/dist/index.d.ts +41 -0
  46. package/dist/index.js +82 -0
  47. package/dist/svgIcons/AboutUsIcon.d.ts +3 -0
  48. package/dist/svgIcons/ArrowIcon.d.ts +3 -0
  49. package/dist/svgIcons/BarChartIcon.d.ts +3 -0
  50. package/dist/svgIcons/BellIcon.d.ts +3 -0
  51. package/dist/svgIcons/BulbIcon.d.ts +3 -0
  52. package/dist/svgIcons/CloseIcon.d.ts +3 -0
  53. package/dist/svgIcons/DeleteIcon.d.ts +3 -0
  54. package/dist/svgIcons/DrawIcon.d.ts +3 -0
  55. package/dist/svgIcons/GermanyFlagIcon.d.ts +3 -0
  56. package/dist/svgIcons/HeartIcon.d.ts +3 -0
  57. package/dist/svgIcons/HidePswIcon.d.ts +3 -0
  58. package/dist/svgIcons/ItalyFlagIcon.d.ts +3 -0
  59. package/dist/svgIcons/LocationIcon.d.ts +3 -0
  60. package/dist/svgIcons/LogoutIcon.d.ts +3 -0
  61. package/dist/svgIcons/MailIcon.d.ts +3 -0
  62. package/dist/svgIcons/MapIcon.d.ts +3 -0
  63. package/dist/svgIcons/NewsIcon.d.ts +3 -0
  64. package/dist/svgIcons/NotesIcon.d.ts +3 -0
  65. package/dist/svgIcons/PhoneIcon.d.ts +3 -0
  66. package/dist/svgIcons/PhotoIcon.d.ts +3 -0
  67. package/dist/svgIcons/PinIcon.d.ts +3 -0
  68. package/dist/svgIcons/PlanIcon.d.ts +3 -0
  69. package/dist/svgIcons/PlusIcon.d.ts +3 -0
  70. package/dist/svgIcons/PrestigeIcon.d.ts +3 -0
  71. package/dist/svgIcons/PrintIcon.d.ts +3 -0
  72. package/dist/svgIcons/ProfileIcon.d.ts +3 -0
  73. package/dist/svgIcons/QuotesIcon.d.ts +3 -0
  74. package/dist/svgIcons/RequestIcon.d.ts +3 -0
  75. package/dist/svgIcons/SearchIcon.d.ts +3 -0
  76. package/dist/svgIcons/ShareIcon.d.ts +3 -0
  77. package/dist/svgIcons/SuitcaseIcon.d.ts +3 -0
  78. package/dist/svgIcons/TieIcon.d.ts +3 -0
  79. package/dist/svgIcons/TourIcon.d.ts +3 -0
  80. package/dist/svgIcons/UkFlagIcon.d.ts +3 -0
  81. package/dist/svgIcons/ValuationIcon.d.ts +3 -0
  82. package/dist/svgIcons/VideoIcon.d.ts +3 -0
  83. package/dist/svgIcons/ViewPswIcon.d.ts +3 -0
  84. package/dist/svgIcons/WarningIcon.d.ts +3 -0
  85. package/dist/svgIcons/WarningIconRounded.d.ts +3 -0
  86. package/dist/svgIcons/WikiNerdIcon.d.ts +3 -0
  87. package/dist/svgIcons/WkAppIcon.d.ts +3 -0
  88. package/package.json +55 -0
Binary file
@@ -0,0 +1,41 @@
1
+ import { AboutUsIcon } from './svgIcons/AboutUsIcon';
2
+ import { ArrowIcon } from './svgIcons/ArrowIcon';
3
+ import { BarChartIcon } from './svgIcons/BarChartIcon';
4
+ import { BellIcon } from './svgIcons/BellIcon';
5
+ import { BulbIcon } from './svgIcons/BulbIcon';
6
+ import { CloseIcon } from './svgIcons/CloseIcon';
7
+ import { DeleteIcon } from './svgIcons/DeleteIcon';
8
+ import { DrawIcon } from './svgIcons/DrawIcon';
9
+ import { GermanyFlagIcon } from './svgIcons/GermanyFlagIcon';
10
+ import { HeartIcon } from './svgIcons/HeartIcon';
11
+ import { HidePswIcon } from './svgIcons/HidePswIcon';
12
+ import { ItalyFlagIcon } from './svgIcons/ItalyFlagIcon';
13
+ import { LocationIcon } from './svgIcons/LocationIcon';
14
+ import { LogoutIcon } from './svgIcons/LogoutIcon';
15
+ import { MailIcon } from './svgIcons/MailIcon';
16
+ import { MapIcon } from './svgIcons/MapIcon';
17
+ import { NewsIcon } from './svgIcons/NewsIcon';
18
+ import { NotesIcon } from './svgIcons/NotesIcon';
19
+ import { PhoneIcon } from './svgIcons/PhoneIcon';
20
+ import { PinIcon } from './svgIcons/PinIcon';
21
+ import { PlanIcon } from './svgIcons/PlanIcon';
22
+ import { PlusIcon } from './svgIcons/PlusIcon';
23
+ import { PrestigeIcon } from './svgIcons/PrestigeIcon';
24
+ import { PrintIcon } from './svgIcons/PrintIcon';
25
+ import { ProfileIcon } from './svgIcons/ProfileIcon';
26
+ import { QuotesIcon } from './svgIcons/QuotesIcon';
27
+ import { RequestIcon } from './svgIcons/RequestIcon';
28
+ import { SearchIcon } from './svgIcons/SearchIcon';
29
+ import { ShareIcon } from './svgIcons/ShareIcon';
30
+ import { SuitcaseIcon } from './svgIcons/SuitcaseIcon';
31
+ import { TieIcon } from './svgIcons/TieIcon';
32
+ import { TourIcon } from './svgIcons/TourIcon';
33
+ import { UkFlagIcon } from './svgIcons/UkFlagIcon';
34
+ import { ValuationIcon } from './svgIcons/ValuationIcon';
35
+ import { VideoIcon } from './svgIcons/VideoIcon';
36
+ import { ViewPswIcon } from './svgIcons/ViewPswIcon';
37
+ import { WarningIcon } from './svgIcons/WarningIcon';
38
+ import { WarningIconRounded } from './svgIcons/WarningIconRounded';
39
+ import { WikiNerdIcon } from './svgIcons/WikiNerdIcon';
40
+ import { WkAppIcon } from './svgIcons/WkAppIcon';
41
+ export { AboutUsIcon, ArrowIcon, BarChartIcon, BellIcon, BulbIcon, CloseIcon, DeleteIcon, DrawIcon, GermanyFlagIcon, HeartIcon, HidePswIcon, ItalyFlagIcon, LocationIcon, LogoutIcon, MailIcon, MapIcon, NewsIcon, NotesIcon, PhoneIcon, PinIcon, PlanIcon, PlusIcon, PrestigeIcon, PrintIcon, ProfileIcon, QuotesIcon, RequestIcon, SearchIcon, ShareIcon, SuitcaseIcon, TieIcon, TourIcon, UkFlagIcon, ValuationIcon, VideoIcon, ViewPswIcon, WarningIcon, WarningIconRounded, WikiNerdIcon, WkAppIcon };
package/dist/index.js ADDED
@@ -0,0 +1,82 @@
1
+ import { AboutUsIcon as e } from "./AboutUsIcon.js";
2
+ import { ArrowIcon as n } from "./ArrowIcon.js";
3
+ import { BarChartIcon as p } from "./BarChartIcon.js";
4
+ import { BellIcon as m } from "./BellIcon.js";
5
+ import { BulbIcon as x } from "./BulbIcon.js";
6
+ import { CloseIcon as i } from "./CloseIcon.js";
7
+ import { DeleteIcon as s } from "./DeleteIcon.js";
8
+ import { DrawIcon as P } from "./DrawIcon.js";
9
+ import { GermanyFlagIcon as w } from "./GermanyFlagIcon.js";
10
+ import { HeartIcon as h } from "./HeartIcon.js";
11
+ import { HidePswIcon as k } from "./HidePswIcon.js";
12
+ import { ItalyFlagIcon as B } from "./ItalyFlagIcon.js";
13
+ import { LocationIcon as N } from "./LocationIcon.js";
14
+ import { LogoutIcon as V } from "./LogoutIcon.js";
15
+ import { MailIcon as y } from "./MailIcon.js";
16
+ import { MapIcon as D } from "./MapIcon.js";
17
+ import { NewsIcon as L } from "./NewsIcon.js";
18
+ import { NotesIcon as R } from "./NotesIcon.js";
19
+ import { PhoneIcon as U } from "./PhoneIcon.js";
20
+ import { PinIcon as G } from "./PinIcon.js";
21
+ import { PlanIcon as j } from "./PlanIcon.js";
22
+ import { PlusIcon as z } from "./PlusIcon.js";
23
+ import { PrestigeIcon as J } from "./PrestigeIcon.js";
24
+ import { PrintIcon as O } from "./PrintIcon.js";
25
+ import { ProfileIcon as Y } from "./ProfileIcon.js";
26
+ import { QuotesIcon as _ } from "./QuotesIcon.js";
27
+ import { RequestIcon as oo } from "./RequestIcon.js";
28
+ import { SearchIcon as eo } from "./SearchIcon.js";
29
+ import { ShareIcon as no } from "./ShareIcon.js";
30
+ import { SuitcaseIcon as po } from "./SuitcaseIcon.js";
31
+ import { TieIcon as mo } from "./TieIcon.js";
32
+ import { TourIcon as xo } from "./TourIcon.js";
33
+ import { UkFlagIcon as io } from "./UkFlagIcon.js";
34
+ import { ValuationIcon as so } from "./ValuationIcon.js";
35
+ import { VideoIcon as Po } from "./VideoIcon.js";
36
+ import { ViewPswIcon as wo } from "./ViewPswIcon.js";
37
+ import { WarningIcon as Wo } from "./WarningIcon.js";
38
+ import { WarningIconRounded as Ao } from "./WarningIconRounded.js";
39
+ import { WikiNerdIcon as Fo } from "./WikiNerdIcon.js";
40
+ import { WkAppIcon as So } from "./WkAppIcon.js";
41
+ export {
42
+ e as AboutUsIcon,
43
+ n as ArrowIcon,
44
+ p as BarChartIcon,
45
+ m as BellIcon,
46
+ x as BulbIcon,
47
+ i as CloseIcon,
48
+ s as DeleteIcon,
49
+ P as DrawIcon,
50
+ w as GermanyFlagIcon,
51
+ h as HeartIcon,
52
+ k as HidePswIcon,
53
+ B as ItalyFlagIcon,
54
+ N as LocationIcon,
55
+ V as LogoutIcon,
56
+ y as MailIcon,
57
+ D as MapIcon,
58
+ L as NewsIcon,
59
+ R as NotesIcon,
60
+ U as PhoneIcon,
61
+ G as PinIcon,
62
+ j as PlanIcon,
63
+ z as PlusIcon,
64
+ J as PrestigeIcon,
65
+ O as PrintIcon,
66
+ Y as ProfileIcon,
67
+ _ as QuotesIcon,
68
+ oo as RequestIcon,
69
+ eo as SearchIcon,
70
+ no as ShareIcon,
71
+ po as SuitcaseIcon,
72
+ mo as TieIcon,
73
+ xo as TourIcon,
74
+ io as UkFlagIcon,
75
+ so as ValuationIcon,
76
+ Po as VideoIcon,
77
+ wo as ViewPswIcon,
78
+ Wo as WarningIcon,
79
+ Ao as WarningIconRounded,
80
+ Fo as WikiNerdIcon,
81
+ So as WkAppIcon
82
+ };
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const AboutUsIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const ArrowIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const BarChartIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const BellIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const BulbIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const CloseIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const DeleteIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const DrawIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const GermanyFlagIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const HeartIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const HidePswIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const ItalyFlagIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const LocationIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const LogoutIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const MailIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const MapIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const NewsIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const NotesIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const PhoneIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const PhotoIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const PinIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const PlanIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const PlusIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const PrestigeIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const PrintIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const ProfileIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const QuotesIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const RequestIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const SearchIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const ShareIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const SuitcaseIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const TieIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const TourIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const UkFlagIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const ValuationIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const VideoIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const ViewPswIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const WarningIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const WarningIconRounded: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const WikiNerdIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const WkAppIcon: FunctionalComponent<Partial<SvgProps>>;
package/package.json ADDED
@@ -0,0 +1,55 @@
1
+ {
2
+ "name": "@wikicasa-dev/svg-icons",
3
+ "version": "0.0.1",
4
+ "type": "module",
5
+ "main": "./dist/index.js",
6
+ "types": "./dist/index.d.ts",
7
+ "files": [
8
+ "dist"
9
+ ],
10
+ "dependencies": {
11
+ "vue": "^3.4.21",
12
+ "vue-router": "^4.3.0"
13
+ },
14
+ "devDependencies": {
15
+ "@rushstack/eslint-patch": "^1.3.3",
16
+ "@tsconfig/node20": "^20.1.2",
17
+ "@types/node": "^20.11.28",
18
+ "@vitejs/plugin-vue": "^5.0.4",
19
+ "@vue/eslint-config-prettier": "^8.0.0",
20
+ "@vue/eslint-config-typescript": "^12.0.0",
21
+ "@vue/tsconfig": "^0.5.1",
22
+ "@wikicasa-dev/types": "^0.9.2",
23
+ "autoprefixer": "^10.4.15",
24
+ "eslint": "^8.49.0",
25
+ "eslint-plugin-vue": "^9.17.0",
26
+ "glob": "^10.3.10",
27
+ "npm-run-all2": "^6.1.2",
28
+ "postcss": "^8.4.28",
29
+ "prettier": "^3.0.3",
30
+ "tailwindcss": "^3.4.1",
31
+ "typescript": "~5.4.0",
32
+ "vite": "^5.1.6",
33
+ "vite-plugin-dts": "^3.7.3",
34
+ "vue-tsc": "^2.0.6"
35
+ },
36
+ "repository": {
37
+ "type": "git",
38
+ "url": "git+https://matteocarniglia@bitbucket.org/wikicasa/wikicasa-fe.git"
39
+ },
40
+ "author": "",
41
+ "license": "ISC",
42
+ "bugs": {
43
+ "url": "https://bitbucket.org/wikicasa/wikicasa-fe/issues"
44
+ },
45
+ "homepage": "https://bitbucket.org/wikicasa/wikicasa-fe#readme",
46
+ "scripts": {
47
+ "dev": "vite",
48
+ "build": "run-p type-check \"build-only {@}\" --",
49
+ "preview": "vite preview",
50
+ "build-only": "vite build",
51
+ "type-check": "vue-tsc --build --force",
52
+ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
53
+ "format": "prettier --write src/"
54
+ }
55
+ }