-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
30 lines (30 loc) · 913 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
{
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "node .output/server/index.mjs",
"allupdate": "yarn upgrade-interactive --latest"
},
"devDependencies": {
"@directus/sdk": "^10.3.0",
"@headlessui/vue": "^1.7.4",
"@heroicons/vue": "^2.0.13",
"@nuxtjs/tailwindcss": "^6.1.3",
"@pinia/nuxt": "0.4.7",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.3",
"@tailwindcss/typography": "0.5.8",
"@vueuse/core": "^9.5.0",
"@vueuse/nuxt": "^9.5.0",
"autoprefixer": "10.4.13",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"nuxt": "^3.5.2",
"pinia": "2.0.33",
"postcss": "^8.4.18",
"prettier": "^2.7.1"
},
"dependencies": {}
}