-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 3.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "vite-darkness",
"version": "1.0.0",
"type": "module",
"private": true,
"keywords": [
"template",
"biomejs",
"bun",
"wrangler",
"typescript",
"tailwindcss",
"vite",
"cloudflare",
"vue",
"shadcn"
],
"author": {
"email": "devopsick@pm.me",
"name": "Hrihorii Ilin - @Frikadellios",
"url": "https://github.com/Frikadellios"
},
"license": "MIT",
"description": "I am from Ukraine :D, just creating something special for pleasure",
"repository": {
"type": "git",
"url": "https://github.com/Frikadellios/vite-darkness.git"
},
"bugs": {
"url": "https://github.com/Frikadellios/vite-darkness/issues"
},
"homepage": "https://github.com/Frikadellios/vite-darkness/readme",
"engines": {
"node": ">=18.19.1 <19 || >=20.17.0 <21 || >=21.1.0"
},
"scripts": {
"editorconfig": "editorconfig-checker -exclude \"**/node_modules/**\"",
"browserslist": "bunx update-browserslist-db@latest",
"dev": "bunx --bun vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "bunx --bun run build && bun wrangler pages dev ./dist",
"test:unit": "vitest",
"test:e2e": "playwright test",
"build-only": "bunx --bun vite build",
"type-check": "vue-tsc --build --force",
"deploy": "bun run build && wrangler pages deploy ./dist",
"lint": "conc bun:lint:*",
"lint:format": "bunx @biomejs/biome format . --write",
"lint:fix": "bunx @biomejs/biome check . --fix",
"lint:check": "bunx @biomejs/biome check ./* --write --unsafe"
},
"dependencies": {
"@tailwindcss/cli": "^4.0.0-alpha.26",
"@tailwindcss/postcss": "^4.0.0-alpha.26",
"@tailwindcss/vite": "^4.0.0-alpha.26",
"caniuse-lite": "^1.0.30001667",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"concurrently": "^9.0.1",
"lucide-vue-next": "^0.451.0",
"pinia": "^2.2.4",
"radix-vue": "^1.9.7",
"reading-time": "^1.5.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.3",
"tailwindcss": "^4.0.0-alpha.26",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@cloudflare/workers-types": "^4.20241004.0",
"@csstools/postcss-oklab-function": "^4.0.2",
"@playwright/test": "^1.48.0",
"@tsconfig/node20": "^20.1.4",
"@types/bun": "latest",
"@types/jsdom": "^21.1.7",
"@types/mdx": "^2.0.13",
"@types/node": "^22.7.5",
"@types/web": "^0.0.169",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"bun-devtools": "latest",
"bun-types": "latest",
"editorconfig-checker": "^6.0.0",
"jsdom": "^24.1.3",
"npm-run-all2": "^6.2.3",
"postcss": "^8.4.47",
"postcss-discard-comments": "^7.0.3",
"typescript": "~5.4.5",
"vite": "^5.4.8",
"vite-plugin-handlebars": "^2.0.0",
"vite-plugin-lightningcss": "^0.0.5",
"vite-plugin-vue-devtools": "^7.4.6",
"vitest": "^1.6.0",
"vue-tsc": "^2.1.6",
"wrangler": "^3.80.2"
},
"trustedDependencies": ["@biomejs/biome", "esbuild", "sharp", "vue-demi", "workerd"]
}