-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.38 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.38 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
{
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts"
},
"devDependencies": {
"@nuxt/test-utils": "^3.12.0",
"@nuxtjs/i18n": "^8.3.1",
"@rushstack/eslint-patch": "^1.6.1",
"@types/node": "^20.11.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.5",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-vue": "^9.19.2",
"happy-dom": "^14.7.1",
"nuxt": "^3.11.2",
"playwright-core": "^1.43.1",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"sass": "^1.69.5",
"tailwindcss": "^3.3.6",
"vitest": "^1.5.0",
"vue-tsc": "^2.0.13"
},
"overrides": {
"vue": "latest"
},
"dependencies": {
"@formkit/core": "^1.6.2",
"@formkit/i18n": "^1.6.2",
"@formkit/nuxt": "^1.6.2",
"@formkit/vue": "^1.6.2",
"@formkit/zod": "^1.6.2",
"@nuxt/image": "1.2.0",
"@pinia/nuxt": "^0.5.1",
"@prisma/client": "^5.12.1",
"nuxt-zod-i18n": "^1.8.0",
"pinia": "^2.1.7",
"zod": "^3.23.6"
},
"prisma": {
"schema": "src/Core/prisma/schema.prisma"
}
}