-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.47 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
47
48
49
50
{
"name": "ep2m2",
"version": "0.3.3",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --dotenv .env.dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "vitest run",
"coverage": "vitest run --coverage --reporter verbose",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore --ignore-pattern 'wireframe' "
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^8.56.0",
"@nuxt/eslint-config": "0.5.7",
"@nuxt/test-utils": "3.14.3",
"@nuxt/ui": "npm:@nuxt/ui-edge@latest",
"@nuxtjs/eslint-module": ">=4.1.0",
"@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge",
"@typescript-eslint/utils": "^8.8.1",
"@vitest/coverage-v8": "^2.1.2",
"@vue/test-utils": ">=2.4.5",
"eslint": "^8.56.0",
"eslint-plugin-vitest": ">=0.5.4",
"happy-dom": "15.11.7",
"playwright-core": "1.48.0",
"resize-observer-polyfill": ">=1.5.1",
"typescript": "5.5.2",
"vite-plugin-vuetify": "2.0.4",
"vitest": "^2.1.2",
"vue-tsc": ">=1.8.27",
"vuetify": "3.7.2"
},
"dependencies": {
"@mdi/font": ">=7.3.67",
"@nuxt/ui": "npm:@nuxt/ui-edge@latest",
"@xmldom/xmldom": "^0.9.4",
"bcrypt": ">=5.1.1",
"nuxt": "3.13.2",
"pg": "8.13.0",
"simple-statistics": "7.8.5",
"valibot": "0.42.1",
"vue": ">=3.4.21",
"vue-router": ">=4.3.0"
}
}