-
-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
71 lines (71 loc) · 1.96 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "node .output/server/index.mjs",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@headlessui/vue": "^1.7.13",
"@heroicons/vue": "^2.0.17",
"@pinia/nuxt": "^0.4.8",
"@vueuse/core": "^10.0.2",
"highlight.js": "^11.7.0",
"markdown-it": "^13.0.1",
"markdown-it-prism": "^2.3.0",
"pinia": "^2.0.34",
"prism-themes": "^1.9.0",
"tailwind-variants": "^0.1.2",
"vee-validate": "^4.8.5",
"vue": "^3.2.47",
"vue-gtag": "^2.0.1",
"windplus": "^0.0.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.4",
"@babel/core": "^7.21.4",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@iconify/json": "^2.2.50",
"@nuxt/content": "^2.5.2",
"@nuxt/icon": "^1.5.0",
"@nuxtjs/fontaine": "^0.2.5",
"@nuxtjs/google-fonts": "^3.0.0",
"@nuxtjs/i18n": "8.0.0-beta.10",
"@nuxtjs/tailwindcss": "^6.6.6",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-vite": "^0.4.2",
"@storybook/testing-library": "^0.0.13",
"@storybook/vue3": "^6.5.16",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@vueuse/nuxt": "^10.0.2",
"babel-loader": "^9.1.2",
"eslint": "^8.38.0",
"husky": "^8.0.3",
"nuxt": "^3.13.0",
"swiper": "^9.2.2",
"tailwindcss": "^3.3.1",
"vue-loader": "^17.0.1"
},
"pnpm": {
"overrides": {
"consola": "^3.1.0"
}
},
"overrides": {
"consola": "^3.1.0"
}
}