-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/image": "^1.8.0",
"@nuxtjs/tailwindcss": "^6.12.1",
"@pinia/nuxt": "^0.5.1",
"@uppy/core": "^4.2.3",
"@uppy/dashboard": "^4.1.2",
"@uppy/drag-drop": "^4.0.4",
"@uppy/file-input": "^4.0.3",
"@uppy/informer": "^4.1.1",
"@uppy/progress-bar": "^4.0.1",
"@uppy/status-bar": "^4.0.4",
"@uppy/vue": "^2.0.2",
"@uppy/xhr-upload": "^4.2.2",
"@vueuse/core": "^11.2.0",
"aos": "^2.3.4",
"axios": "^1.7.2",
"i": "^0.3.7",
"lodash": "^4.17.21",
"lodashnpm": "^1.0.4",
"ngl": "^2.4.0",
"nuxt": "^3.11.2",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.3",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"vue-toastification": "^2.0.0-rc.5",
"vue3-histogram-slider-v2": "^0.1.3"
},
"devDependencies": {
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"daisyui": "^4.12.2",
"sass": "^1.77.5"
}
}