-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 936 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 936 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
36
37
38
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@clerk/backend": "^1.13.5",
"@formkit/auto-animate": "^0.8.2",
"@iconify-json/material-symbols": "^1.2.1",
"@nuxt/icon": "^1.5.2",
"@nuxt/image": "^1.8.0",
"@nuxt/ui": "^2.18.6",
"@nuxtjs/mdc": "^0.9.2",
"@types/node-fetch": "^2.6.11",
"chart.js": "^4.4.4",
"cheerio": "^1.0.0",
"dotenv": "^16.4.5",
"fs": "^0.0.1-security",
"mongoose": "^8.7.0",
"node-fetch": "^2.6.7",
"nuxt": "^3.13.0",
"nuxt-typed-router": "^3.7.0",
"nuxt-umami": "^3.0.2",
"vue": "latest",
"vue-chartjs": "^5.3.1",
"vue-clerk": "^0.8.1",
"vue-router": "latest"
},
"devDependencies": {
"@iconify-json/ic": "^1.2.1"
}
}