-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.59 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.59 KB
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
47
48
49
50
51
52
53
54
55
56
{
"name": "nuxt-app",
"version": "1.0.2",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "nuxt start",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write ./",
"format:check": "prettier --check ./",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@dicebear/collection": "^9.2.4",
"@dicebear/core": "^9.2.4",
"@heroicons/vue": "^2.2.0",
"@nuxtjs/i18n": "^10.2.1",
"apexcharts": "^5.3.3",
"country-flag-icons": "^1.5.19",
"libphonenumber-js": "^1.12.9",
"lucide-vue-next": "^0.525.0",
"nuxt": "^3.12.4",
"radix-vue": "^1.9.17",
"vue": "latest",
"vue3-apexcharts": "^1.8.0"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@nuxt/eslint": "^1.9.0",
"@nuxt/test-utils": "^3.21.0",
"@rushstack/eslint-patch": "^1.10.3",
"@typescript-eslint/eslint-plugin": "^8.45.0",
"@typescript-eslint/parser": "^8.45.0",
"@vitejs/plugin-vue": "^6.0.3",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.37.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.27.0",
"happy-dom": "^20.0.11",
"prettier": "^3.3.3",
"sass": "^1.89.0",
"vitest": "^3.2.4"
}
}