forked from gravitano/nuxt3-tailwind-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 888 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "node .output/server/index.mjs",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@iconify/json": "^2.1.29",
"@nuxtjs/strapi": "^1.3.2",
"@nuxtjs/tailwindcss": "^5.0.2",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.2",
"@vueuse/nuxt": "^8.3.0",
"autoprefixer": "^10.4.4",
"nuxt": "3.0.0-rc.1",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24",
"unplugin-icons": "^0.14.1"
},
"dependencies": {
"@headlessui/vue": "^1.5.0",
"@vueuse/core": "^8.3.0",
"add": "^2.0.6",
"highlight.js": "^11.5.1",
"markdown-it": "^12.3.2",
"markdown-it-prism": "^2.2.4",
"vee-validate": "^4.5.11",
"vue": "^3.2.33",
"windplus": "^0.0.1",
"yup": "^0.32.11"
}
}