generated from productdevbook/oku-nuxt3-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.25 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
{
"private": true,
"packageManager": "yarn@3.2.2",
"engines": {
"node": "^16.11.0 || ^17.0.0 || || ^18.0.0"
},
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi generate",
"start": "node .output/server/index.mjs",
"lint": "eslint .",
"allupdate": "yarn upgrade-interactive"
},
"dependencies": {
"@headlessui/vue": "1.6.7",
"@pinia/nuxt": "0.3.1",
"@tailwindcss/aspect-ratio": "0.4.0",
"@tailwindcss/forms": "0.5.2",
"@tailwindcss/line-clamp": "0.4.0",
"@tailwindcss/typography": "0.5.4",
"pinia": "2.0.17"
},
"devDependencies": {
"@antfu/eslint-config": "0.25.2",
"@iconify-json/carbon": "1.1.7",
"@iconify-json/ic": "1.1.7",
"@iconify-json/ph": "1.1.2",
"@iconify-json/twemoji": "1.1.5",
"@intlify/nuxt3": "0.2.3",
"@nuxtjs/color-mode": "3.1.4",
"@nuxtjs/tailwindcss": "5.3.1",
"@unocss/nuxt": "0.44.7",
"@vueuse/nuxt": "9.0.0",
"eslint": "8.20.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vue": "9.3.0",
"nuxt": "3.0.0-rc.6",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "0.1.13",
"sass": "1.54.0",
"sass-loader": "13.0.2",
"typescript": "4.7.4"
}
}