-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 879 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 879 Bytes
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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"lint": "eslint . --fix",
"lint:ci": "eslint .",
"format": "biome format --write .",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prepare": "husky"
},
"dependencies": {
"@nuxt/eslint": "^0.3.6",
"@nuxt/ui": "^2.15.2",
"@nuxtjs/i18n": "^8.3.0",
"nuxt": "^3.11.2",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@commitlint/cli": "^19.2.1",
"@nuxt/test-utils": "^3.12.0",
"@vue/test-utils": "^2.4.5",
"commitlint-config-gitmoji": "^2.3.1",
"gitmoji-cli": "^9.2.0",
"happy-dom": "^14.7.1",
"husky": "^9.0.11",
"playwright-core": "^1.43.1",
"vitest": "^1.5.0"
}
}