-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"story:dev": "histoire dev",
"story:build": "histoire build",
"story:preview": "histoire preview"
},
"dependencies": {
"@egoist/tailwindcss-icons": "1.8.1",
"@iconify-json/bi": "1.2.1",
"@nuxt/image": "1.9.0",
"@tanstack/vue-table": "^8.20.5",
"@vee-validate/yup": "4.14.7",
"@vueup/vue-quill": "1.2.0",
"@vueuse/core": "11.1.0",
"nuxt": "3.13.2",
"tailwind-merge": "2.5.4",
"tailwind-variants": "^0.2.1",
"vee-validate": "4.13.2",
"vue": "3.5.12",
"vue-advanced-cropper": "2.8.9",
"vue-router": "4.4.5",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@histoire/plugin-nuxt": "^0.17.17",
"@histoire/plugin-vue": "^0.17.17",
"@nuxtjs/tailwindcss": "6.12.1",
"@types/node": "22.7.5",
"histoire": "^0.17.17"
}
}