forked from vintagesucks/dependabot-11202
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.39 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
{
"private": true,
"devDependencies": {
"@algolia/autocomplete-core": "^1.17.8",
"@algolia/autocomplete-js": "^1.17.8",
"@algolia/autocomplete-theme-classic": "^1.17.8",
"@storybook/addon-essentials": "^8.2.6",
"@storybook/addon-interactions": "^8.2.6",
"@storybook/addon-links": "^8.2.6",
"@storybook/blocks": "^8.2.6",
"@storybook/test": "^8.2.6",
"@storybook/vue3": "^8.2.6",
"@storybook/vue3-vite": "^8.2.6",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/test-utils": "^2.4.6",
"@vueuse/components": "^12.0.0",
"@vueuse/core": "^12.0.0",
"@vueuse/motion": "^2.2.6",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"browserslist-to-esbuild": "^2.1.1",
"concurrently": "^8.2.2",
"date-fns": "^3.6.0",
"eslint-plugin-vue": "^9.27.0",
"jsdom": "^24.1.1",
"pinia": "^2.2.6",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"puppeteer": "^22.13.0",
"storybook": "^8.2.6",
"tailwindcss": "^3.4.17",
"vite": "^6.0.3",
"vitepress": "^1.2.3",
"vitest": "^1.6.0",
"vue": "^3.5.13"
},
"packageManager": "[email protected]",
"type": "module"
}