-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.05 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
42
{
"name": "scpods-site",
"description": "Frontend do sistema para cadastro de projetos relacionados aos ODS na Ufes.",
"version": "1.0.0",
"author": {
"name": "WillCQ97",
"url": "https://github.com/WillCQ97"
},
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@nuxt/devtools": "^3.1.1",
"@nuxt/kit": "^4.3.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.7.0",
"globals": "^17.0.0",
"ofetch": "^1.5.1",
"prettier": "^3.8.1",
"typescript-eslint": "^8.53.1",
"vite-plugin-vuetify": "^2.1.3",
"vuetify": "^3.11.7"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@nuxtjs/leaflet": "^1.3.2",
"@pinia/nuxt": "^0.11.3",
"nuxt": "^4.3.0",
"pinia": "^3.0.4",
"vue": "^3.5.27",
"vue-router": "^4.6.4"
},
"packageManager": "yarn@4.12.0"
}