-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 855 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
33
34
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"autoprefixer": "^10.4.16",
"daisyui": "^3.9.4",
"nuxt": "^3.8.1",
"polished": "^4.2.2",
"postcss": "^8.4.31",
"sass": "^1.69.5",
"tailwindcss": "^3.3.5",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"dependencies": {
"graphql": "^16.8.1",
"nuxt-graphql-client": "^0.2.31",
"nuxt3-leaflet": "^1.0.12"
},
"description": "Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.",
"version": "1.0.0",
"main": "tailwind.config.js",
"author": "",
"license": "ISC"
}