-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 976 Bytes
/
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
{
"private": true,
"type": "module",
"homepage": "https://lozinsky.dev",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build --assetsInlineLimit 0",
"type-check": "tsc",
"lint": "eslint",
"test": "vitest --browser.name=chromium --browser.provider=playwright --browser.headless",
"pretest": "playwright install chromium"
},
"dependencies": {
"countries-and-timezones": "3.7.2"
},
"devDependencies": {
"@csstools/postcss-oklab-function": "4.0.6",
"@eslint/js": "9.16.0",
"@stylistic/eslint-plugin-js": "2.11.0",
"@vitest/browser": "2.1.8",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-perfectionist": "4.2.0",
"eslint-plugin-prettier": "5.2.1",
"globals": "15.13.0",
"playwright": "1.49.0",
"postcss": "8.4.49",
"prettier": "3.4.2",
"typescript": "5.7.2",
"typescript-eslint": "8.17.0",
"vite": "6.0.3",
"vitest": "2.1.8"
}
}