generated from pisandelli/nuxt3-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.24 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "vitest --run --reporter verbose --globals",
"test:watch": "vitest --reporter verbose --globals"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@nuxt/image": "1.3.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@vue/language-plugin-pug": "^1.8.27",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"nuxt": "^3.10.3",
"nuxt-layout-compositions": "^2.0.2",
"pug": "^3.0.2",
"stylus": "^0.62.0",
"vitest": "^1.3.1",
"vue-i18n": "^9.9.1"
},
"dependencies": {
"@morev/vue-transitions": "^3.0.1",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/google-fonts": "^3.1.3",
"@nuxtjs/html-validator": "^1.6.0",
"@nuxtjs/robots": "^3.0.0",
"@nuxtjs/web-vitals": "^0.2.6",
"@pinia/nuxt": "^0.5.1",
"@unlighthouse/nuxt": "^0.10.6",
"@vueuse/nuxt": "^10.9.0",
"nuxt-icon": "^0.6.8"
}
}