-
-
Notifications
You must be signed in to change notification settings - Fork 81
/
package.json
43 lines (43 loc) · 1.14 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
{
"private": true,
"packageManager": "[email protected]",
"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 .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@headlessui/vue": "1.7.16",
"@huntersofbook/naive-ui-nuxt": "1.2.0",
"@nuxtjs/i18n": "8.0.0-rc.3",
"@pinia/nuxt": "0.4.11",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.6",
"@tailwindcss/typography": "0.5.9",
"pinia": "2.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "0.41.0",
"@iconify-json/carbon": "1.1.20",
"@iconify-json/ic": "1.1.14",
"@iconify-json/ph": "1.1.6",
"@iconify-json/twemoji": "1.1.12",
"@nuxt/devtools": "^0.8.2",
"@nuxtjs/color-mode": "3.3.0",
"@nuxtjs/tailwindcss": "6.8.0",
"@unocss/nuxt": "0.55.3",
"@vueuse/nuxt": "10.4.1",
"eslint": "8.48.0",
"eslint-plugin-vue": "9.17.0",
"nuxt": "3.7.0",
"sass": "1.66.1",
"sass-loader": "13.3.2",
"typescript": "5.2.2"
}
}