-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.47 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
{
"name": "@gustavoisensee/website",
"private": true,
"version": "3.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest --environment=jsdom --exclude=['tests/**']",
"test:coverage": "vitest run --coverage --environment=jsdom",
"test:e2e:dev": "NODE_ENV=dev playwright test",
"test:e2e": "playwright test",
"test:e2e:report": "playwright show-report",
"test:e2e:ui": "playwright test --ui"
},
"dependencies": {
"classnames": "^2.5.1",
"daisyui": "^4.6.0",
"dayjs": "^1.11.10",
"preact": "^10.27.3"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@playwright/test": "^1.49.0",
"@preact/preset-vite": "^2.10.2",
"@testing-library/preact": "^3.2.4",
"@types/node": "^22.10.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@vitest/coverage-v8": "^2.1.8",
"autoprefixer": "^10.4.20",
"eslint": "^9.16.0",
"globals": "^15.13.0",
"jsdom": "^25.0.1",
"postcss": "^8.5.10",
"postcss-apply": "^0.12.0",
"postcss-nesting": "^13.0.1",
"prettier": "^3.7.4",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"vite": "^7.1.4",
"vitest": "^2.1.8"
},
"packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef"
}