generated from Sikessem/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.03 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
70
{
"private": true,
"type": "module",
"engines": {
"bun": ">=1.0.0",
"npm": "prefer using bun",
"pnpm": "prefer using bun",
"yarn": "prefer using bun"
},
"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": "biome ci .",
"check.format": "biome format .",
"check.lint": "biome check .",
"debug": "bun run check && bun run test && bun run e2e",
"dev": "vite",
"e2e": "playwright test",
"e2e.install": "playwright install --with-deps",
"e2e.report": "playwright show-report",
"e2e.ui": "playwright test --ui",
"fix": "bun run lint && bun run format",
"format": "biome format --write .",
"inspect": "bun --inspect-brk ./node_modules/vite/bin/vite.js --force",
"lint": "biome check --apply-unsafe .",
"test": "bun test",
"test.cov": "bun test --coverage",
"test.hot": "bun test --hot",
"test.watch": "bun test --watch",
"start": "vite --open"
},
"devDependencies": {
"@alpinejs/focus": "^3.13.3",
"@biomejs/biome": "1.4.1",
"@playwright/test": "^1.40.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.10",
"@types/alpinejs": "^3.13.5",
"@types/alpinejs__focus": "^3.13.3",
"@types/node": "^20.10.6",
"@types/node-fetch": "^2.6.10",
"alpinejs": "^3.13.3",
"autoprefixer": "^10.4.16",
"axios": "^1.6.3",
"bun-types": "^1.0.21",
"concurrently": "^8.2.2",
"cssnano": "^6.0.2",
"laravel-vite-plugin": "^1.0.1",
"node-fetch": "3.3.2",
"postcss": "^8.4.32",
"postcss-import": "^15.1.0",
"postcss-load-config": "^5.0.2",
"postcss-nested": "^6.0.1",
"tailwindcss": "^3.4.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-tsconfig-paths": "4.2.3"
}
}