generated from Sikessem/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.19 KB
/
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
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
{
"private": true,
"type": "module",
"engines": {
"node": ">=18.16",
"pnpm": ">=8.0.0",
"npm": "prefer using pnpm",
"yarn": "prefer using pnpm"
},
"packageManager": "[email protected]",
"publishConfig": {
"access": "public"
},
"homepage": "https://sikessem.com",
"author": {
"name": "SIGUI Kessé Emmanuel",
"email": "[email protected]",
"url": "https://sigui.ci"
},
"scripts": {
"build": "vite build",
"check": "rome ci .",
"check.format": "rome format .",
"check.lint": "rome check .",
"debug": "pnpm check && pnpm test && pnpm e2e",
"dev": "concurrently \"vite\" \"vitest\"",
"e2e": "playwright test",
"e2e.install": "playwright install --with-deps",
"e2e.report": "playwright show-report",
"e2e.ui": "playwright test --ui",
"fix": "pnpm lint && pnpm format",
"format": "rome format --write .",
"inspect": "node --inspect-brk ./node_modules/vite/bin/vite.js --force",
"lint": "rome check --apply-unsafe .",
"test": "vitest run",
"test.ui": "vitest --ui",
"test.cov": "vitest run --coverage",
"start": "vite"
},
"devDependencies": {
"@alpinejs/focus": "^3.12.3",
"@playwright/test": "^1.35.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.9",
"@types/alpinejs": "^3.7.2",
"@types/alpinejs__focus": "^3.10.0",
"@types/node": "^20.4.0",
"@types/node-fetch": "^2.6.4",
"alpinejs": "^3.12.3",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"concurrently": "^8.2.0",
"cssnano": "^6.0.1",
"laravel-vite-plugin": "^0.7.8",
"node-fetch": "3.3.1",
"postcss": "^8.4.25",
"postcss-import": "^15.1.0",
"postcss-load-config": "^4.0.1",
"postcss-nested": "^6.0.1",
"rome": "^12.1.3",
"tailwindcss": "^3.3.2",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"vite": "^4.4.2",
"vite-tsconfig-paths": "4.2.0",
"vitest": "^0.32.4"
}
}