-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.36 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
{
"name": "ep2m2",
"version": "0.2.1",
"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": {
"@nuxt/eslint-config": ">=0.2.0",
"@nuxt/test-utils": ">=3.13.1",
"@nuxt/ui": "npm:@nuxt/ui-edge@latest",
"@nuxtjs/eslint-module": ">=4.1.0",
"@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge",
"@vitest/coverage-v8": "^2.1.1",
"@vue/test-utils": ">=2.4.5",
"eslint": ">=8.57.0",
"eslint-plugin-vitest": ">=0.5.4",
"happy-dom": ">=13.10.1",
"playwright-core": ">=1.42.1",
"resize-observer-polyfill": ">=1.5.1",
"typescript": ">=5.4.0",
"vite-plugin-vuetify": ">=2.0.3",
"vitest": "2.1.1",
"vue-tsc": ">=1.8.27",
"vuetify": ">=3.6.0"
},
"dependencies": {
"@mdi/font": ">=7.3.67",
"@nuxt/ui": "npm:@nuxt/ui-edge@latest",
"bcrypt": ">=5.1.1",
"nuxt": ">=3.11.1",
"pg": ">=8.11.3",
"simple-statistics": "^7.8.3",
"valibot": ">=0.19.0",
"vue": ">=3.4.21",
"vue-router": ">=4.3.0"
}
}