11{
2- "name" : " log-lottery" ,
3- "private" : true ,
4- "version" : " 0.5.1" ,
5- "type" : " module" ,
6- "license" : " MIT" ,
7- "scripts" : {
8- "dev" : " vite --host 0.0.0.0" ,
9- "build" : " vue-tsc --noEmit && vite build" ,
10- "build:pre" : " vue-tsc --noEmit && vite build --mode prebuild" ,
11- "build:file" : " vue-tsc --noEmit && vite build --mode file" ,
12- "tauri" : " node ./build/syncVersion.js && tauri" ,
13- "test" : " vitest" ,
14- "test:ui" : " vitest --ui" ,
15- "preview" : " vite preview" ,
16- "lint" : " eslint ./src" ,
17- "lint:fix" : " eslint ./src --fix" ,
18- "prepare" : " husky"
19- },
20- "dependencies" : {
21- "@tweenjs/tween.js" : " 23.1.2" ,
22- "@vueuse/core" : " ^14.1.0" ,
23- "axios" : " ^1.13.2" ,
24- "canvas-confetti" : " ^1.9.4" ,
25- "class-variance-authority" : " ^0.7.1" ,
26- "clsx" : " ^2.1.1" ,
27- "dayjs" : " ^1.11.19" ,
28- "dexie" : " ^4.2.1" ,
29- "github-markdown-css" : " ^5.8.1" ,
30- "gsap" : " ^3.14.2" ,
31- "localforage" : " ^1.10.0" ,
32- "lodash-es" : " ^4.17.22" ,
33- "lucide-vue-next" : " ^0.562.0" ,
34- "markdown-it" : " ^14.1.0" ,
35- "masonry-layout" : " ^4.2.2" ,
36- "pinia" : " ^3.0.4" ,
37- "pinia-plugin-persist" : " ^1.0.0" ,
38- "reka-ui" : " ^2.7.0" ,
39- "sparticles" : " ^1.3.1" ,
40- "tailwind-merge" : " ^3.4.0" ,
41- "three" : " 0.166.0" ,
42- "three-css3d" : " 1.0.6" ,
43- "uuid" : " ^13.0.0" ,
44- "vue" : " ^3.5.26" ,
45- "vue-dompurify-html" : " ^5.3.0" ,
46- "vue-draggable-plus" : " ^0.6.0" ,
47- "vue-i18n" : " ^11.2.7" ,
48- "vue-router" : " ^4.6.4" ,
49- "vue-sonner" : " ^2.0.9" ,
50- "vue-toast-notification" : " ^3" ,
51- "vue3-colorpicker" : " ^2.3.0" ,
52- "xlsx" : " ^0.18.5" ,
53- "zod" : " ^4.2.1"
54- },
55- "devDependencies" : {
56- "@antfu/eslint-config" : " ^6.7.3" ,
57- "@eslint/eslintrc" : " ^3.3.3" ,
58- "@eslint/js" : " ^9.39.2" ,
59- "@iconify-json/ep" : " ^1.2.3" ,
60- "@iconify-json/fluent" : " ^1.2.36" ,
61- "@tailwindcss/typography" : " ^0.5.19" ,
62- "@tailwindcss/vite" : " ^4.1.18" ,
63- "@tauri-apps/cli" : " ^2.9.6" ,
64- "@testing-library/vue" : " ^8.1.0" ,
65- "@types/canvas-confetti" : " ^1.9.0" ,
66- "@types/lodash-es" : " ^4.17.12" ,
67- "@types/markdown-it" : " ^14.1.2" ,
68- "@types/masonry-layout" : " ^4.2.8" ,
69- "@types/node" : " ^25.0.3" ,
70- "@types/three" : " 0.166.0" ,
71- "@typescript-eslint/eslint-plugin" : " ^8.50.1" ,
72- "@typescript-eslint/parser" : " ^8.50.1" ,
73- "@vitejs/plugin-legacy" : " ^7.2.1" ,
74- "@vitejs/plugin-vue" : " ^6.0.3" ,
75- "@vitest/ui" : " ^4.0.16" ,
76- "@vue/test-utils" : " ^2.4.6" ,
77- "@vue/tsconfig" : " ^0.8.1" ,
78- "autoprefixer" : " ^10.4.23" ,
79- "baseline-browser-mapping" : " ^2.9.11" ,
80- "child_process" : " ^1.0.2" ,
81- "daisyui" : " ^5.5.14" ,
82- "eslint" : " ^9.39.2" ,
83- "eslint-plugin-vue" : " ^10.6.2" ,
84- "fast-glob" : " ^3.3.3" ,
85- "globals" : " ^16.5.0" ,
86- "happy-dom" : " ^20.0.11" ,
87- "husky" : " ^9.1.7" ,
88- "jsdom" : " ^27.3.0" ,
89- "path" : " ^0.12.7" ,
90- "postcss" : " ^8.5.6" ,
91- "rollup-plugin-visualizer" : " ^6.0.5" ,
92- "sass" : " ^1.97.1" ,
93- "sass-loader" : " ^16.0.6" ,
94- "tailwindcss" : " ^4.1.18" ,
95- "terser" : " ^5.44.1" ,
96- "tw-animate-css" : " ^1.4.0" ,
97- "typescript" : " ~5.9.3" ,
98- "unplugin-auto-import" : " ^20.3.0" ,
99- "unplugin-icons" : " ^22.5.0" ,
100- "unplugin-vue-components" : " ^30.0.0" ,
101- "vite" : " ^7.3.0" ,
102- "vite-plugin-compression" : " ^0.5.1" ,
103- "vite-plugin-inspect" : " ^11.3.3" ,
104- "vite-plugin-svg-icons" : " ^2.0.1" ,
105- "vite-plugin-vue-devtools" : " ^8.0.5" ,
106- "vitest" : " ^4.0.16" ,
107- "vue-tsc" : " ^3.2.1"
108- },
109- "engines" : {
110- "node" : " >=22.x"
111- },
112- "packageManager" : " pnpm@10.26.1"
2+ "name" : " log-lottery" ,
3+ "private" : true ,
4+ "version" : " 0.5.2" ,
5+ "type" : " module" ,
6+ "license" : " MIT" ,
7+ "scripts" : {
8+ "dev" : " vite --host 0.0.0.0" ,
9+ "build" : " vue-tsc --noEmit && vite build" ,
10+ "build:pre" : " vue-tsc --noEmit && vite build --mode prebuild" ,
11+ "build:file" : " vue-tsc --noEmit && vite build --mode file" ,
12+ "tauri" : " node ./build/syncVersion.js && tauri" ,
13+ "update-version" : " node ./build/updateVersion.js" ,
14+ "test" : " vitest" ,
15+ "test:ui" : " vitest --ui" ,
16+ "preview" : " vite preview" ,
17+ "lint" : " eslint ./src" ,
18+ "lint:fix" : " eslint ./src --fix" ,
19+ "prepare" : " husky"
20+ },
21+ "dependencies" : {
22+ "@tweenjs/tween.js" : " 23.1.2" ,
23+ "@vueuse/core" : " ^14.1.0" ,
24+ "axios" : " ^1.13.2" ,
25+ "canvas-confetti" : " ^1.9.4" ,
26+ "class-variance-authority" : " ^0.7.1" ,
27+ "clsx" : " ^2.1.1" ,
28+ "dayjs" : " ^1.11.19" ,
29+ "dexie" : " ^4.2.1" ,
30+ "github-markdown-css" : " ^5.8.1" ,
31+ "gsap" : " ^3.14.2" ,
32+ "localforage" : " ^1.10.0" ,
33+ "lodash-es" : " ^4.17.22" ,
34+ "lucide-vue-next" : " ^0.562.0" ,
35+ "markdown-it" : " ^14.1.0" ,
36+ "masonry-layout" : " ^4.2.2" ,
37+ "pinia" : " ^3.0.4" ,
38+ "pinia-plugin-persist" : " ^1.0.0" ,
39+ "reka-ui" : " ^2.7.0" ,
40+ "sparticles" : " ^1.3.1" ,
41+ "tailwind-merge" : " ^3.4.0" ,
42+ "three" : " 0.166.0" ,
43+ "three-css3d" : " 1.0.6" ,
44+ "uuid" : " ^13.0.0" ,
45+ "vue" : " ^3.5.26" ,
46+ "vue-dompurify-html" : " ^5.3.0" ,
47+ "vue-draggable-plus" : " ^0.6.0" ,
48+ "vue-i18n" : " ^11.2.7" ,
49+ "vue-router" : " ^4.6.4" ,
50+ "vue-sonner" : " ^2.0.9" ,
51+ "vue-toast-notification" : " ^3" ,
52+ "vue3-colorpicker" : " ^2.3.0" ,
53+ "xlsx" : " ^0.18.5" ,
54+ "zod" : " ^4.2.1"
55+ },
56+ "devDependencies" : {
57+ "@antfu/eslint-config" : " ^6.7.3" ,
58+ "@eslint/eslintrc" : " ^3.3.3" ,
59+ "@eslint/js" : " ^9.39.2" ,
60+ "@iconify-json/ep" : " ^1.2.3" ,
61+ "@iconify-json/fluent" : " ^1.2.36" ,
62+ "@tailwindcss/typography" : " ^0.5.19" ,
63+ "@tailwindcss/vite" : " ^4.1.18" ,
64+ "@tauri-apps/cli" : " ^2.9.6" ,
65+ "@testing-library/vue" : " ^8.1.0" ,
66+ "@types/canvas-confetti" : " ^1.9.0" ,
67+ "@types/lodash-es" : " ^4.17.12" ,
68+ "@types/markdown-it" : " ^14.1.2" ,
69+ "@types/masonry-layout" : " ^4.2.8" ,
70+ "@types/node" : " ^25.0.3" ,
71+ "@types/three" : " 0.166.0" ,
72+ "@typescript-eslint/eslint-plugin" : " ^8.50.1" ,
73+ "@typescript-eslint/parser" : " ^8.50.1" ,
74+ "@vitejs/plugin-legacy" : " ^7.2.1" ,
75+ "@vitejs/plugin-vue" : " ^6.0.3" ,
76+ "@vitest/ui" : " ^4.0.16" ,
77+ "@vue/test-utils" : " ^2.4.6" ,
78+ "@vue/tsconfig" : " ^0.8.1" ,
79+ "autoprefixer" : " ^10.4.23" ,
80+ "baseline-browser-mapping" : " ^2.9.11" ,
81+ "child_process" : " ^1.0.2" ,
82+ "daisyui" : " ^5.5.14" ,
83+ "eslint" : " ^9.39.2" ,
84+ "eslint-plugin-vue" : " ^10.6.2" ,
85+ "fast-glob" : " ^3.3.3" ,
86+ "globals" : " ^16.5.0" ,
87+ "happy-dom" : " ^20.0.11" ,
88+ "husky" : " ^9.1.7" ,
89+ "jsdom" : " ^27.3.0" ,
90+ "path" : " ^0.12.7" ,
91+ "postcss" : " ^8.5.6" ,
92+ "rollup-plugin-visualizer" : " ^6.0.5" ,
93+ "sass" : " ^1.97.1" ,
94+ "sass-loader" : " ^16.0.6" ,
95+ "tailwindcss" : " ^4.1.18" ,
96+ "terser" : " ^5.44.1" ,
97+ "tw-animate-css" : " ^1.4.0" ,
98+ "typescript" : " ~5.9.3" ,
99+ "unplugin-auto-import" : " ^20.3.0" ,
100+ "unplugin-icons" : " ^22.5.0" ,
101+ "unplugin-vue-components" : " ^30.0.0" ,
102+ "vite" : " ^7.3.0" ,
103+ "vite-plugin-compression" : " ^0.5.1" ,
104+ "vite-plugin-inspect" : " ^11.3.3" ,
105+ "vite-plugin-svg-icons" : " ^2.0.1" ,
106+ "vite-plugin-vue-devtools" : " ^8.0.5" ,
107+ "vitest" : " ^4.0.16" ,
108+ "vue-tsc" : " ^3.2.1"
109+ },
110+ "engines" : {
111+ "node" : " >=22.x"
112+ },
113+ "packageManager" : " pnpm@10.26.1"
113114}
0 commit comments