-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 853 Bytes
/
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
{
"name": "rickandmortyapi-engaged",
"private": true,
"version": "0.1.0",
"description": "Desafio de consumo de interfaces da API em GraphQL da série Rick and Morty.",
"author": "Thomas Groch",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173"
},
"dependencies": {
"@vue/apollo-composable": "^4.0.0-beta.4",
"axios": "^1.1.3",
"graphql": "^15.8.0",
"nprogress": "^0.2.0",
"postcss": "^8.4.21",
"vite-plugin-environment": "^1.1.3",
"vue": "^3.2.45",
"vue-apollo": "^3.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"tailwindcss": "^3.2.7",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "0.22.9",
"vite": "^4.1.0",
"vue-router": "^4.0.16"
}
}