-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 3.11 KB
/
Copy pathpackage.json
File metadata and controls
89 lines (89 loc) · 3.11 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "passwords-roga-dev",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"test:browser": "vitest run --config=vitest.browser.config.js",
"test:browser:watch": "vitest --config=vitest.browser.config.js",
"test:all": "pnpm test && pnpm test:browser",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"ready": "pnpm lint && pnpm format:check && pnpm test:all && pnpm test:e2e && pnpm build",
"generate-pwa-assets": "pwa-assets-generator"
},
"dependencies": {
"vue": "^3.5.35"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.60.0",
"@tailwindcss/postcss": "^4.3.0",
"@testing-library/vue": "^8.1.0",
"@vite-pwa/assets-generator": "^1.0.2",
"@vitejs/plugin-vue": "^6.0.7",
"@vitest/browser-playwright": "^4.1.8",
"@vitest/eslint-plugin": "^1.6.20",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/test-utils": "^2.4.11",
"autoprefixer": "^10.5.0",
"eslint": "^10.4.1",
"eslint-plugin-playwright": "^2.10.4",
"eslint-plugin-vue": "^10.9.2",
"globals": "^17.6.0",
"happy-dom": "^20.10.2",
"jsdom": "^29.1.1",
"playwright": "^1.60.0",
"postcss": "^8.5.15",
"prettier": "^3.8.4",
"prettier-plugin-tailwindcss": "^0.8.0",
"tailwindcss": "^4.3.0",
"vite": "^8.0.16",
"vite-plugin-pwa": "^1.3.0",
"vitest": "^4.1.8"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp"
],
"overrides": {
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23",
"@isaacs/brace-expansion@<=5.0.0": ">=5.0.1",
"minimatch@>=5.0.0 <5.1.8": ">=5.1.8",
"minimatch@>=9.0.0 <9.0.7": ">=9.0.7 <10.0.0",
"minimatch@>=10.0.0 <10.2.3": ">=10.2.3",
"rollup@<2.80.0": ">=2.80.0",
"rollup@>=4.0.0 <4.59.0": ">=4.59.0",
"serialize-javascript@<7.0.5": ">=7.0.5",
"ajv@>=7.0.0-alpha.0 <8.18.0": ">=8.18.0",
"happy-dom@<20.8.9": ">=20.8.9",
"brace-expansion@>=2.0.0 <2.0.3": ">=2.0.3",
"picomatch@<2.3.2": ">=2.3.2",
"picomatch@>=4.0.0 <4.0.4": ">=4.0.4",
"lodash@>=4.0.0 <=4.17.23": ">=4.18.0",
"lodash@<=4.17.23": ">=4.18.0",
"defu@<=6.1.4": ">=6.1.5",
"vite@>=7.0.0 <=7.3.1": ">=7.3.2 <8.0.0",
"vite@>=7.1.0 <=7.3.1": ">=7.3.2 <8.0.0",
"postcss@<8.5.10": ">=8.5.10",
"fast-uri@<=3.1.0": ">=3.1.1",
"fast-uri@<=3.1.1": ">=3.1.2",
"ws@>=8.0.0 <8.20.1": ">=8.20.1",
"js-cookie@<=3.0.5": ">=3.0.7",
"@vitest/browser@>=4.0.17 <4.1.6": ">=4.1.6",
"vitest@>=4.0.0 <4.1.0": ">=4.1.0",
"@babel/plugin-transform-modules-systemjs@>=7.12.0 <=7.29.3": ">=7.29.4",
"brace-expansion@>=5.0.0 <5.0.6": ">=5.0.6"
}
},
"packageManager": "pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48"
}