-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 787 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 787 Bytes
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
{
"private": true,
"homepage": "https://lozinsky.dev",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build --assetsInlineLimit 0",
"type-check": "tsc",
"lint": "oxfmt --check && oxlint",
"test": "playwright install chromium && vitest",
"format": "oxfmt"
},
"dependencies": {
"countries-and-timezones": "3.8.0"
},
"devDependencies": {
"@vitest/browser-playwright": "4.1.2",
"globals": "17.4.0",
"oxfmt": "0.42.0",
"oxlint": "1.57.0",
"oxlint-tsgolint": "0.18.1",
"playwright": "1.58.2",
"postcss": "8.5.8",
"typescript": "6.0.2",
"vite": "8.0.3",
"vitest": "4.1.2"
},
"devEngines": {
"packageManager": {
"name": "npm",
"onFail": "error"
}
}
}