-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 KB
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
{
"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/icon": "^1.10.3",
"@nuxt/image": "^1.9.0",
"@nuxtjs/toast": "^3.3.1",
"@pinia/nuxt": "^0.10.1",
"@vueuse/core": "^13.0.0",
"axios": "^1.8.4",
"chart.js": "^4.4.8",
"js-cookie": "^3.0.5",
"nuxt": "^3.15.4",
"pinia": "^3.0.1",
"pinia-plugin-persistedstate": "^4.2.0",
"v-click-outside": "^3.2.0",
"vee-validate": "^4.15.0",
"vue": "^3.5.13",
"vue-chartjs": "^5.3.2",
"vue-router": "^4.5.0",
"yup": "^1.6.1"
},
"devDependencies": {
"@iconify-json/circle-flags": "^1.2.6",
"@iconify-json/ic": "^1.2.2",
"@iconify-json/line-md": "^1.2.5",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/solar": "^1.2.2",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/i18n": "^9.3.1",
"@nuxtjs/tailwindcss": "^6.13.1"
}
}