-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 825 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 825 Bytes
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
{
"name": "andro-track",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/fonts": "^0.7.2",
"@nuxt/icon": "^1.7.0",
"@nuxtjs/google-fonts": "^3.2.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@pinia/nuxt": "^0.5.5",
"@vite-pwa/nuxt": "0.10.6",
"add": "^2.0.6",
"chart.js": "^4.4.6",
"konsta": "^4.0.1",
"nuxt": "^3.15.1",
"nuxt-swiper": "^2.0.0",
"openai": "^4.76.0",
"pinia": "^2.2.6",
"vue": "latest",
"vue-chartjs": "^5.3.2"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"sass": "^1.80.6",
"tailwindcss": "^3.4.17"
}
}